Html Css Color HEX #394B5D Cello

📋 copy color: '#394B5D'

red 57 ◦ green 75 ◦ blue 93

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

Shades of Cello #394B5D

Tints of Cello #394B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 41.33%

R = 25.33%
G = 33.33%
B = 41.33%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#394B5D (or 0x394B5D) is known color: Cello. HEX triplet: 39, 4B and 5D. RGB value is (57,75,93). Sum of RGB (Red+Green+Blue) = 57+75+93=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #394B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394B5D is #C6B4A2. Grayscale: #474747. Windows color (decimal): -13022371 or 6114105. OLE color: 6114105.

HSL color Cylindrical-coordinate representation of color #394B5D: hue angle of 210º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #394B5D is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 75 93 -
CMYK 0.39 0.19 0 0.64
HSL 210º 0.24% 0.29% -
HSV(B) 210º 0.39% 0.36% -
XYZ 6.18 6.69 11.32 -
YUV 71.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 57 75 93 0.39 0.19 0 0.64 210 0.24 0.29
Hex 39 4B 5D 27 13 0 40 D2 18 1D
Octal 71 113 135 47 23 0 100 322 30 35
Binary 111001 1001011 1011101 100111 10011 0 1000000 11010010 11000 11101

Color Harmonies of #394B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394B5D

Black with #394B5D

Text Example


Text Example

White with #394B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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