Html Css Color HEX #395165 Cello

📋 copy color: '#395165'

red 57 ◦ green 81 ◦ blue 101

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

Shades of Cello #395165

Tints of Cello #395165

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.89%

 BLUE value IS 101 (39.84% from 255) = 42.26%

R = 23.85%
G = 33.89%
B = 42.26%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#395165 (or 0x395165) is known color: Cello. HEX triplet: 39, 51 and 65. RGB value is (57,81,101). Sum of RGB (Red+Green+Blue) = 57+81+101=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 101 - color contains mainly: blue. Hex color #395165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395165 is #C6AE9A. Grayscale: #4C4C4C. Windows color (decimal): -13020827 or 6639929. OLE color: 6639929.

HSL color Cylindrical-coordinate representation of color #395165: hue angle of 207.27º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #395165 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 81 101 -
CMYK 0.44 0.20 0 0.60
HSL 207.27º 0.28% 0.31% -
HSV(B) 207.27º 0.44% 0.4% -
XYZ 6.98 7.69 13.43 -
YUV 76.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 57 81 101 0.44 0.20 0 0.60 207.27 0.28 0.31
Hex 39 51 65 2C 14 0 3C CF 1C 1F
Octal 71 121 145 54 24 0 74 317 34 37
Binary 111001 1010001 1100101 101100 10100 0 111100 11001111 11100 11111

Color Harmonies of #395165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395165

Black with #395165

Text Example


Text Example

White with #395165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395165; }

 p { color: rgb(57,81,101); }

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

background-color css

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

 a { background-color: rgb(57,81,101); }

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

border-color css

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

 span { border-color: rgb(57,81,101); }

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