Html Css Color HEX #394EAE Cerulean Blue

📋 copy color: '#394EAE'

red 57 ◦ green 78 ◦ blue 174

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

Shades of Cerulean Blue #394EAE

Tints of Cerulean Blue #394EAE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.24%

 BLUE value IS 174 (68.36% from 255) = 56.31%

R = 18.45%
G = 25.24%
B = 56.31%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#394EAE (or 0x394EAE) is known color: Cerulean Blue. HEX triplet: 39, 4E and AE. RGB value is (57,78,174). Sum of RGB (Red+Green+Blue) = 57+78+174=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #394EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394EAE is #C6B151. Grayscale: #525252. Windows color (decimal): -13021522 or 11423289. OLE color: 11423289.

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

Color convert

RGB 57 78 174 -
CMYK 0.67 0.55 0 0.32
HSL 229.23º 0.51% 0.45% -
HSV(B) 229.23º 0.67% 0.68% -
XYZ 12.05 9.37 41.22 -
YUV 82.67 179.54 109.69 -
System Red Green Blue C M Y K H S L
Decimal 57 78 174 0.67 0.55 0 0.32 229.23 0.51 0.45
Hex 39 4E AE 43 37 0 20 E5 33 2D
Octal 71 116 256 103 67 0 40 345 63 55
Binary 111001 1001110 10101110 1000011 110111 0 100000 11100101 110011 101101

Color Harmonies of #394EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394EAE

Black with #394EAE

Text Example


Text Example

White with #394EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,78,174); }

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

background-color css

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

 a { background-color: rgb(57,78,174); }

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

border-color css

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

 span { border-color: rgb(57,78,174); }

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