Html Css Color HEX #364FAA Cerulean Blue

📋 copy color: '#364FAA'

red 54 ◦ green 79 ◦ blue 170

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

Shades of Cerulean Blue #364FAA

Tints of Cerulean Blue #364FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.07%

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

R = 17.82%
G = 26.07%
B = 56.11%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#364FAA (or 0x364FAA) is known color: Cerulean Blue. HEX triplet: 36, 4F and AA. RGB value is (54,79,170). Sum of RGB (Red+Green+Blue) = 54+79+170=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #364FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364FAA is #C9B055. Grayscale: #515151. Windows color (decimal): -13217878 or 11161398. OLE color: 11161398.

HSL color Cylindrical-coordinate representation of color #364FAA: hue angle of 227.07º 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 #364FAA is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 79 170 -
CMYK 0.68 0.54 0 0.33
HSL 227.07º 0.52% 0.44% -
HSV(B) 227.07º 0.68% 0.67% -
XYZ 11.57 9.28 39.21 -
YUV 81.9 177.72 108.1 -
System Red Green Blue C M Y K H S L
Decimal 54 79 170 0.68 0.54 0 0.33 227.07 0.52 0.44
Hex 36 4F AA 44 36 0 21 E3 34 2C
Octal 66 117 252 104 66 0 41 343 64 54
Binary 110110 1001111 10101010 1000100 110110 0 100001 11100011 110100 101100

Color Harmonies of #364FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364FAA

Black with #364FAA

Text Example


Text Example

White with #364FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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