Html Css Color HEX #394BAB Cerulean Blue

📋 copy color: '#394BAB'

red 57 ◦ green 75 ◦ blue 171

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

Shades of Cerulean Blue #394BAB

Tints of Cerulean Blue #394BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.44%

R = 18.81%
G = 24.75%
B = 56.44%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#394BAB (or 0x394BAB) is known color: Cerulean Blue. HEX triplet: 39, 4B and AB. RGB value is (57,75,171). Sum of RGB (Red+Green+Blue) = 57+75+171=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #394BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394BAB is #C6B454. Grayscale: #505050. Windows color (decimal): -13022293 or 11225913. OLE color: 11225913.

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

Color convert

RGB 57 75 171 -
CMYK 0.67 0.56 0 0.33
HSL 230.53º 0.5% 0.45% -
HSV(B) 230.53º 0.67% 0.67% -
XYZ 11.55 8.84 39.63 -
YUV 80.56 179.04 111.19 -
System Red Green Blue C M Y K H S L
Decimal 57 75 171 0.67 0.56 0 0.33 230.53 0.5 0.45
Hex 39 4B AB 43 38 0 21 E7 32 2D
Octal 71 113 253 103 70 0 41 347 62 55
Binary 111001 1001011 10101011 1000011 111000 0 100001 11100111 110010 101101

Color Harmonies of #394BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394BAB

Black with #394BAB

Text Example


Text Example

White with #394BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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