Html Css Color HEX #394960 Cello

📋 copy color: '#394960'

red 57 ◦ green 73 ◦ blue 96

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

Shades of Cello #394960

Tints of Cello #394960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.3%

 BLUE value IS 96 (37.89% from 255) = 42.48%

R = 25.22%
G = 32.3%
B = 42.48%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#394960 (or 0x394960) is known color: Cello. HEX triplet: 39, 49 and 60. RGB value is (57,73,96). Sum of RGB (Red+Green+Blue) = 57+73+96=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #394960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394960 is #C6B69F. Grayscale: #464646. Windows color (decimal): -13022880 or 6310201. OLE color: 6310201.

HSL color Cylindrical-coordinate representation of color #394960: hue angle of 215.38º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #394960 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 73 96 -
CMYK 0.41 0.24 0 0.62
HSL 215.38º 0.25% 0.3% -
HSV(B) 215.38º 0.41% 0.38% -
XYZ 6.18 6.48 11.99 -
YUV 70.84 142.2 118.13 -
System Red Green Blue C M Y K H S L
Decimal 57 73 96 0.41 0.24 0 0.62 215.38 0.25 0.3
Hex 39 49 60 29 18 0 3E D7 19 1E
Octal 71 111 140 51 30 0 76 327 31 36
Binary 111001 1001001 1100000 101001 11000 0 111110 11010111 11001 11110

Color Harmonies of #394960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394960

Black with #394960

Text Example


Text Example

White with #394960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394960; }

 p { color: rgb(57,73,96); }

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

background-color css

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

 a { background-color: rgb(57,73,96); }

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

border-color css

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

 span { border-color: rgb(57,73,96); }

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