Html Css Color HEX #394CAC Cerulean Blue

📋 copy color: '#394CAC'

red 57 ◦ green 76 ◦ blue 172

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

Shades of Cerulean Blue #394CAC

Tints of Cerulean Blue #394CAC

RGB

 RED value IS 57 (22.66% from 255) = 18.69%

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

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

R = 18.69%
G = 24.92%
B = 56.39%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#394CAC (or 0x394CAC) is known color: Cerulean Blue. HEX triplet: 39, 4C and AC. RGB value is (57,76,172). Sum of RGB (Red+Green+Blue) = 57+76+172=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #394CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394CAC is #C6B353. Grayscale: #505050. Windows color (decimal): -13022036 or 11291705. OLE color: 11291705.

HSL color Cylindrical-coordinate representation of color #394CAC: hue angle of 230.09º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #394CAC is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 76 172 -
CMYK 0.67 0.56 0 0.33
HSL 230.09º 0.5% 0.45% -
HSV(B) 230.09º 0.67% 0.67% -
XYZ 11.72 9.02 40.15 -
YUV 81.26 179.21 110.69 -
System Red Green Blue C M Y K H S L
Decimal 57 76 172 0.67 0.56 0 0.33 230.09 0.5 0.45
Hex 39 4C AC 43 38 0 21 E6 32 2D
Octal 71 114 254 103 70 0 41 346 62 55
Binary 111001 1001100 10101100 1000011 111000 0 100001 11100110 110010 101101

Color Harmonies of #394CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394CAC

Black with #394CAC

Text Example


Text Example

White with #394CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394CAC; }

 p { color: rgb(57,76,172); }

 H1.HeaderClassName
 {
   color: #394CAC;
 }
 .AnyTagClassName
 {
   color: #394CAC;
 }
</style>

background-color css

<style>
 a { background-color: #394CAC; }

 a { background-color: rgb(57,76,172); }

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

border-color css

<style>
 span { border-color: #394CAC; }

 span { border-color: rgb(57,76,172); }

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