Html Css Color HEX #365EC2 Cerulean Blue

📋 copy color: '#365EC2'

red 54 ◦ green 94 ◦ blue 194

#365EC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #365EC2

Tints of Cerulean Blue #365EC2

RGB

 RED value IS 54 (21.48% from 255) = 15.79%

 GREEN value IS 94 (37.11% from 255) = 27.49%

 BLUE value IS 194 (76.17% from 255) = 56.73%

R = 15.79%
G = 27.49%
B = 56.73%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#365EC2 (or 0x365EC2) is known color: Cerulean Blue. HEX triplet: 36, 5E and C2. RGB value is (54,94,194). Sum of RGB (Red+Green+Blue) = 54+94+194=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 194 (76.17% from 255 or 56.73% from 342); Max value from RGB is 194 - color contains mainly: blue. Hex color #365EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365EC2 is #C9A13D. Grayscale: #5D5D5D. Windows color (decimal): -13214014 or 12738102. OLE color: 12738102.

HSL color Cylindrical-coordinate representation of color #365EC2: hue angle of 222.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #365EC2 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 54 94 194 -
CMYK 0.72 0.52 0 0.24
HSL 222.86º 0.56% 0.49% -
HSV(B) 222.86º 0.72% 0.76% -
XYZ 15.26 12.68 52.68 -
YUV 93.44 184.75 99.87 -
System Red Green Blue C M Y K H S L
Decimal 54 94 194 0.72 0.52 0 0.24 222.86 0.56 0.49
Hex 36 5E C2 48 34 0 18 DF 38 31
Octal 66 136 302 110 64 0 30 337 70 61
Binary 110110 1011110 11000010 1001000 110100 0 11000 11011111 111000 110001

Color Harmonies of #365EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365EC2

Black with #365EC2

Text Example


Text Example

White with #365EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365EC2; }

 p { color: rgb(54,94,194); }

 H1.HeaderClassName
 {
   color: #365EC2;
 }
 .AnyTagClassName
 {
   color: #365EC2;
 }
</style>

background-color css

<style>
 a { background-color: #365EC2; }

 a { background-color: rgb(54,94,194); }

 div.DivClassName
 {
   background-color: #365EC2;
 }
 .BgClassName
 {
   background-color: #365EC2;
 }
</style>

border-color css

<style>
 span { border-color: #365EC2; }

 span { border-color: rgb(54,94,194); }

 td.TdClassName
 {
   border-color: #365EC2;
 }
 .TagClassName
 {
   border-color: #365EC2;
 }
</style>