Html Css Color HEX #364BAC Cerulean Blue

📋 copy color: '#364BAC'

red 54 ◦ green 75 ◦ blue 172

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

Shades of Cerulean Blue #364BAC

Tints of Cerulean Blue #364BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.92%

 BLUE value IS 172 (67.58% from 255) = 57.14%

R = 17.94%
G = 24.92%
B = 57.14%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#364BAC (or 0x364BAC) is known color: Cerulean Blue. HEX triplet: 36, 4B and AC. RGB value is (54,75,172). Sum of RGB (Red+Green+Blue) = 54+75+172=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #364BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364BAC is #C9B453. Grayscale: #4F4F4F. Windows color (decimal): -13218900 or 11291446. OLE color: 11291446.

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

Color convert

RGB 54 75 172 -
CMYK 0.69 0.56 0 0.33
HSL 229.32º 0.52% 0.44% -
HSV(B) 229.32º 0.69% 0.67% -
XYZ 11.48 8.79 40.12 -
YUV 79.78 180.04 109.61 -
System Red Green Blue C M Y K H S L
Decimal 54 75 172 0.69 0.56 0 0.33 229.32 0.52 0.44
Hex 36 4B AC 45 38 0 21 E5 34 2C
Octal 66 113 254 105 70 0 41 345 64 54
Binary 110110 1001011 10101100 1000101 111000 0 100001 11100101 110100 101100

Color Harmonies of #364BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364BAC

Black with #364BAC

Text Example


Text Example

White with #364BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,75,172); }

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

background-color css

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

 a { background-color: rgb(54,75,172); }

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

border-color css

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

 span { border-color: rgb(54,75,172); }

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