Html Css Color HEX #394EAC Cerulean Blue

📋 copy color: '#394EAC'

red 57 ◦ green 78 ◦ blue 172

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

Shades of Cerulean Blue #394EAC

Tints of Cerulean Blue #394EAC

RGB

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

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

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

R = 18.57%
G = 25.41%
B = 56.03%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#394EAC (or 0x394EAC) is known color: Cerulean Blue. HEX triplet: 39, 4E and AC. RGB value is (57,78,172). Sum of RGB (Red+Green+Blue) = 57+78+172=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #394EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394EAC is #C6B153. Grayscale: #525252. Windows color (decimal): -13021524 or 11292217. OLE color: 11292217.

HSL color Cylindrical-coordinate representation of color #394EAC: hue angle of 229.04º 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 #394EAC is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 78 172 -
CMYK 0.67 0.55 0 0.33
HSL 229.04º 0.5% 0.45% -
HSV(B) 229.04º 0.67% 0.67% -
XYZ 11.86 9.3 40.2 -
YUV 82.44 178.54 109.86 -
System Red Green Blue C M Y K H S L
Decimal 57 78 172 0.67 0.55 0 0.33 229.04 0.5 0.45
Hex 39 4E AC 43 37 0 21 E5 32 2D
Octal 71 116 254 103 67 0 41 345 62 55
Binary 111001 1001110 10101100 1000011 110111 0 100001 11100101 110010 101101

Color Harmonies of #394EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394EAC

Black with #394EAC

Text Example


Text Example

White with #394EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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