Html Css Color HEX #394CA8 Cerulean Blue

📋 copy color: '#394CA8'

red 57 ◦ green 76 ◦ blue 168

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

Shades of Cerulean Blue #394CA8

Tints of Cerulean Blue #394CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 55.81%

R = 18.94%
G = 25.25%
B = 55.81%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#394CA8 (or 0x394CA8) is known color: Cerulean Blue. HEX triplet: 39, 4C and A8. RGB value is (57,76,168). Sum of RGB (Red+Green+Blue) = 57+76+168=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 168 (66.02% from 255 or 55.81% from 301); Max value from RGB is 168 - color contains mainly: blue. Hex color #394CA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394CA8 is #C6B357. Grayscale: #505050. Windows color (decimal): -13022040 or 11029561. OLE color: 11029561.

HSL color Cylindrical-coordinate representation of color #394CA8: hue angle of 229.73º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #394CA8 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 57 76 168 -
CMYK 0.66 0.55 0 0.34
HSL 229.73º 0.49% 0.44% -
HSV(B) 229.73º 0.66% 0.66% -
XYZ 11.34 8.87 38.16 -
YUV 80.81 177.21 111.02 -
System Red Green Blue C M Y K H S L
Decimal 57 76 168 0.66 0.55 0 0.34 229.73 0.49 0.44
Hex 39 4C A8 42 37 0 22 E6 31 2C
Octal 71 114 250 102 67 0 42 346 61 54
Binary 111001 1001100 10101000 1000010 110111 0 100010 11100110 110001 101100

Color Harmonies of #394CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394CA8

Black with #394CA8

Text Example


Text Example

White with #394CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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