Html Css Color HEX #394BB3 Cerulean Blue

📋 copy color: '#394BB3'

red 57 ◦ green 75 ◦ blue 179

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

Shades of Cerulean Blue #394BB3

Tints of Cerulean Blue #394BB3

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.12%

 BLUE value IS 179 (70.31% from 255) = 57.56%

R = 18.33%
G = 24.12%
B = 57.56%

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

#394BB3 (or 0x394BB3) is known color: Cerulean Blue. HEX triplet: 39, 4B and B3. RGB value is (57,75,179). Sum of RGB (Red+Green+Blue) = 57+75+179=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 179 (70.31% from 255 or 57.56% from 311); Max value from RGB is 179 - color contains mainly: blue. Hex color #394BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394BB3 is #C6B44C. Grayscale: #515151. Windows color (decimal): -13022285 or 11750201. OLE color: 11750201.

HSL color Cylindrical-coordinate representation of color #394BB3: hue angle of 231.15º degrees, saturation: 0.52, 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 #394BB3 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 57 75 179 -
CMYK 0.68 0.58 0 0.30
HSL 231.15º 0.52% 0.46% -
HSV(B) 231.15º 0.68% 0.7% -
XYZ 12.34 9.16 43.76 -
YUV 81.47 183.04 110.54 -
System Red Green Blue C M Y K H S L
Decimal 57 75 179 0.68 0.58 0 0.30 231.15 0.52 0.46
Hex 39 4B B3 44 3A 0 1E E7 34 2E
Octal 71 113 263 104 72 0 36 347 64 56
Binary 111001 1001011 10110011 1000100 111010 0 11110 11100111 110100 101110

Color Harmonies of #394BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394BB3

Black with #394BB3

Text Example


Text Example

White with #394BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,75,179); }

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

background-color css

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

 a { background-color: rgb(57,75,179); }

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

border-color css

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

 span { border-color: rgb(57,75,179); }

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