Html Css Color HEX #394DAC Cerulean Blue

📋 copy color: '#394DAC'

red 57 ◦ green 77 ◦ blue 172

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

Shades of Cerulean Blue #394DAC

Tints of Cerulean Blue #394DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.16%

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

R = 18.63%
G = 25.16%
B = 56.21%

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

#394DAC (or 0x394DAC) is known color: Cerulean Blue. HEX triplet: 39, 4D and AC. RGB value is (57,77,172). Sum of RGB (Red+Green+Blue) = 57+77+172=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #394DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394DAC is #C6B253. Grayscale: #515151. Windows color (decimal): -13021780 or 11291961. OLE color: 11291961.

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

Color convert

RGB 57 77 172 -
CMYK 0.67 0.55 0 0.33
HSL 229.57º 0.5% 0.45% -
HSV(B) 229.57º 0.67% 0.67% -
XYZ 11.79 9.16 40.18 -
YUV 81.85 178.87 110.28 -
System Red Green Blue C M Y K H S L
Decimal 57 77 172 0.67 0.55 0 0.33 229.57 0.5 0.45
Hex 39 4D AC 43 37 0 21 E6 32 2D
Octal 71 115 254 103 67 0 41 346 62 55
Binary 111001 1001101 10101100 1000011 110111 0 100001 11100110 110010 101101

Color Harmonies of #394DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394DAC

Black with #394DAC

Text Example


Text Example

White with #394DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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