Html Css Color HEX #39495D Cello

📋 copy color: '#39495D'

red 57 ◦ green 73 ◦ blue 93

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

Shades of Cello #39495D

Tints of Cello #39495D

RGB

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

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

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

R = 25.56%
G = 32.74%
B = 41.7%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#39495D (or 0x39495D) is known color: Cello. HEX triplet: 39, 49 and 5D. RGB value is (57,73,93). Sum of RGB (Red+Green+Blue) = 57+73+93=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #39495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39495D is #C6B6A2. Grayscale: #464646. Windows color (decimal): -13022883 or 6113593. OLE color: 6113593.

HSL color Cylindrical-coordinate representation of color #39495D: hue angle of 213.33º 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 #39495D is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 73 93 -
CMYK 0.39 0.22 0 0.64
HSL 213.33º 0.24% 0.29% -
HSV(B) 213.33º 0.39% 0.36% -
XYZ 6.05 6.43 11.28 -
YUV 70.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 57 73 93 0.39 0.22 0 0.64 213.33 0.24 0.29
Hex 39 49 5D 27 16 0 40 D5 18 1D
Octal 71 111 135 47 26 0 100 325 30 35
Binary 111001 1001001 1011101 100111 10110 0 1000000 11010101 11000 11101

Color Harmonies of #39495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39495D

Black with #39495D

Text Example


Text Example

White with #39495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39495D; }

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

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

background-color css

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

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

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

border-color css

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

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

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