Html Css Color HEX #395351 Blue Dianne

📋 copy color: '#395351'

red 57 ◦ green 83 ◦ blue 81

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

Shades of Blue Dianne #395351

Tints of Blue Dianne #395351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.56%

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

R = 25.79%
G = 37.56%
B = 36.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#395351 (or 0x395351) is known color: Blue Dianne. HEX triplet: 39, 53 and 51. RGB value is (57,83,81). Sum of RGB (Red+Green+Blue) = 57+83+81=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 83 - color contains mainly: green. Hex color #395351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395351 is #C6ACAE. Grayscale: #4A4A4A. Windows color (decimal): -13020335 or 5329721. OLE color: 5329721.

HSL color Cylindrical-coordinate representation of color #395351: hue angle of 175.38º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #395351 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 83 81 -
CMYK 0.31 0 0.02 0.67
HSL 175.38º 0.19% 0.27% -
HSV(B) 175.38º 0.31% 0.33% -
XYZ 6.27 7.65 8.93 -
YUV 75 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 57 83 81 0.31 0 0.02 0.67 175.38 0.19 0.27
Hex 39 53 51 1F 0 2 43 AF 13 1B
Octal 71 123 121 37 0 2 103 257 23 33
Binary 111001 1010011 1010001 11111 0 10 1000011 10101111 10011 11011

Color Harmonies of #395351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395351

Black with #395351

Text Example


Text Example

White with #395351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395351; }

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

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

background-color css

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

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

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

border-color css

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

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

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