Html Css Color HEX #364CAA Cerulean Blue

📋 copy color: '#364CAA'

red 54 ◦ green 76 ◦ blue 170

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

Shades of Cerulean Blue #364CAA

Tints of Cerulean Blue #364CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.33%

 BLUE value IS 170 (66.8% from 255) = 56.67%

R = 18%
G = 25.33%
B = 56.67%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#364CAA (or 0x364CAA) is known color: Cerulean Blue. HEX triplet: 36, 4C and AA. RGB value is (54,76,170). Sum of RGB (Red+Green+Blue) = 54+76+170=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #364CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364CAA is #C9B355. Grayscale: #4F4F4F. Windows color (decimal): -13218646 or 11160630. OLE color: 11160630.

HSL color Cylindrical-coordinate representation of color #364CAA: hue angle of 228.62º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #364CAA is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 76 170 -
CMYK 0.68 0.55 0 0.33
HSL 228.62º 0.52% 0.44% -
HSV(B) 228.62º 0.68% 0.67% -
XYZ 11.36 8.86 39.14 -
YUV 80.14 178.71 109.36 -
System Red Green Blue C M Y K H S L
Decimal 54 76 170 0.68 0.55 0 0.33 228.62 0.52 0.44
Hex 36 4C AA 44 37 0 21 E5 34 2C
Octal 66 114 252 104 67 0 41 345 64 54
Binary 110110 1001100 10101010 1000100 110111 0 100001 11100101 110100 101100

Color Harmonies of #364CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364CAA

Black with #364CAA

Text Example


Text Example

White with #364CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364CAA; }

 p { color: rgb(54,76,170); }

 H1.HeaderClassName
 {
   color: #364CAA;
 }
 .AnyTagClassName
 {
   color: #364CAA;
 }
</style>

background-color css

<style>
 a { background-color: #364CAA; }

 a { background-color: rgb(54,76,170); }

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

border-color css

<style>
 span { border-color: #364CAA; }

 span { border-color: rgb(54,76,170); }

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