Html Css Color HEX #364CAF Cerulean Blue

📋 copy color: '#364CAF'

red 54 ◦ green 76 ◦ blue 175

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

Shades of Cerulean Blue #364CAF

Tints of Cerulean Blue #364CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.38%

R = 17.7%
G = 24.92%
B = 57.38%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#364CAF (or 0x364CAF) is known color: Cerulean Blue. HEX triplet: 36, 4C and AF. RGB value is (54,76,175). Sum of RGB (Red+Green+Blue) = 54+76+175=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #364CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364CAF is #C9B350. Grayscale: #505050. Windows color (decimal): -13218641 or 11488310. OLE color: 11488310.

HSL color Cylindrical-coordinate representation of color #364CAF: hue angle of 229.09º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #364CAF is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 54 76 175 -
CMYK 0.69 0.57 0 0.31
HSL 229.09º 0.53% 0.45% -
HSV(B) 229.09º 0.69% 0.69% -
XYZ 11.84 9.05 41.68 -
YUV 80.71 181.21 108.95 -
System Red Green Blue C M Y K H S L
Decimal 54 76 175 0.69 0.57 0 0.31 229.09 0.53 0.45
Hex 36 4C AF 45 39 0 1F E5 35 2D
Octal 66 114 257 105 71 0 37 345 65 55
Binary 110110 1001100 10101111 1000101 111001 0 11111 11100101 110101 101101

Color Harmonies of #364CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364CAF

Black with #364CAF

Text Example


Text Example

White with #364CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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