Html Css Color HEX #394CAA Cerulean Blue

📋 copy color: '#394CAA'

red 57 ◦ green 76 ◦ blue 170

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

Shades of Cerulean Blue #394CAA

Tints of Cerulean Blue #394CAA

RGB

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

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

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

R = 18.81%
G = 25.08%
B = 56.11%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#394CAA (or 0x394CAA) is known color: Cerulean Blue. HEX triplet: 39, 4C and AA. RGB value is (57,76,170). Sum of RGB (Red+Green+Blue) = 57+76+170=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 76 (30.08% from 255 or 25.08% 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 #394CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394CAA is #C6B355. Grayscale: #505050. Windows color (decimal): -13022038 or 11160633. OLE color: 11160633.

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

Color convert

RGB 57 76 170 -
CMYK 0.66 0.55 0 0.33
HSL 229.91º 0.5% 0.45% -
HSV(B) 229.91º 0.66% 0.67% -
XYZ 11.53 8.94 39.15 -
YUV 81.04 178.21 110.86 -
System Red Green Blue C M Y K H S L
Decimal 57 76 170 0.66 0.55 0 0.33 229.91 0.5 0.45
Hex 39 4C AA 42 37 0 21 E6 32 2D
Octal 71 114 252 102 67 0 41 346 62 55
Binary 111001 1001100 10101010 1000010 110111 0 100001 11100110 110010 101101

Color Harmonies of #394CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394CAA

Black with #394CAA

Text Example


Text Example

White with #394CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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