Html Css Color HEX #394AB2 Cerulean Blue

📋 copy color: '#394AB2'

red 57 ◦ green 74 ◦ blue 178

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

Shades of Cerulean Blue #394AB2

Tints of Cerulean Blue #394AB2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.95%

 BLUE value IS 178 (69.92% from 255) = 57.61%

R = 18.45%
G = 23.95%
B = 57.61%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#394AB2 (or 0x394AB2) is known color: Cerulean Blue. HEX triplet: 39, 4A and B2. RGB value is (57,74,178). Sum of RGB (Red+Green+Blue) = 57+74+178=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 178 (69.92% from 255 or 57.61% from 309); Max value from RGB is 178 - color contains mainly: blue. Hex color #394AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394AB2 is #C6B54D. Grayscale: #505050. Windows color (decimal): -13022542 or 11684409. OLE color: 11684409.

HSL color Cylindrical-coordinate representation of color #394AB2: hue angle of 231.57º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #394AB2 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 57 74 178 -
CMYK 0.68 0.58 0 0.30
HSL 231.57º 0.51% 0.46% -
HSV(B) 231.57º 0.68% 0.7% -
XYZ 12.17 8.98 43.21 -
YUV 80.77 182.87 111.04 -
System Red Green Blue C M Y K H S L
Decimal 57 74 178 0.68 0.58 0 0.30 231.57 0.51 0.46
Hex 39 4A B2 44 3A 0 1E E8 33 2E
Octal 71 112 262 104 72 0 36 350 63 56
Binary 111001 1001010 10110010 1000100 111010 0 11110 11101000 110011 101110

Color Harmonies of #394AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394AB2

Black with #394AB2

Text Example


Text Example

White with #394AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,74,178); }

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

background-color css

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

 a { background-color: rgb(57,74,178); }

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

border-color css

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

 span { border-color: rgb(57,74,178); }

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