Html Css Color HEX #394CB0 Cerulean Blue

📋 copy color: '#394CB0'

red 57 ◦ green 76 ◦ blue 176

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

Shades of Cerulean Blue #394CB0

Tints of Cerulean Blue #394CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 56.96%

R = 18.45%
G = 24.6%
B = 56.96%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#394CB0 (or 0x394CB0) is known color: Cerulean Blue. HEX triplet: 39, 4C and B0. RGB value is (57,76,176). Sum of RGB (Red+Green+Blue) = 57+76+176=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 176 (69.14% from 255 or 56.96% from 309); Max value from RGB is 176 - color contains mainly: blue. Hex color #394CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394CB0 is #C6B34F. Grayscale: #515151. Windows color (decimal): -13022032 or 11553849. OLE color: 11553849.

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

Color convert

RGB 57 76 176 -
CMYK 0.68 0.57 0 0.31
HSL 230.42º 0.51% 0.46% -
HSV(B) 230.42º 0.68% 0.69% -
XYZ 12.11 9.17 42.21 -
YUV 81.72 181.21 110.37 -
System Red Green Blue C M Y K H S L
Decimal 57 76 176 0.68 0.57 0 0.31 230.42 0.51 0.46
Hex 39 4C B0 44 39 0 1F E6 33 2E
Octal 71 114 260 104 71 0 37 346 63 56
Binary 111001 1001100 10110000 1000100 111001 0 11111 11100110 110011 101110

Color Harmonies of #394CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394CB0

Black with #394CB0

Text Example


Text Example

White with #394CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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