Html Css Color HEX #395651 Blue Dianne

📋 copy color: '#395651'

red 57 ◦ green 86 ◦ blue 81

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

Shades of Blue Dianne #395651

Tints of Blue Dianne #395651

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.39%

 BLUE value IS 81 (32.03% from 255) = 36.16%

R = 25.45%
G = 38.39%
B = 36.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#395651 (or 0x395651) is known color: Blue Dianne. HEX triplet: 39, 56 and 51. RGB value is (57,86,81). Sum of RGB (Red+Green+Blue) = 57+86+81=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 86 - color contains mainly: green. Hex color #395651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395651 is #C6A9AE. Grayscale: #4C4C4C. Windows color (decimal): -13019567 or 5330489. OLE color: 5330489.

HSL color Cylindrical-coordinate representation of color #395651: hue angle of 169.66º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #395651 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 86 81 -
CMYK 0.34 0 0.06 0.66
HSL 169.66º 0.2% 0.28% -
HSV(B) 169.66º 0.34% 0.34% -
XYZ 6.5 8.12 9.01 -
YUV 76.76 130.39 113.91 -
System Red Green Blue C M Y K H S L
Decimal 57 86 81 0.34 0 0.06 0.66 169.66 0.2 0.28
Hex 39 56 51 22 0 6 42 AA 14 1C
Octal 71 126 121 42 0 6 102 252 24 34
Binary 111001 1010110 1010001 100010 0 110 1000010 10101010 10100 11100

Color Harmonies of #395651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395651

Black with #395651

Text Example


Text Example

White with #395651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395651; }

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

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

background-color css

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

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

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

border-color css

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

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

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