Html Css Color HEX #395A55 Blue Dianne

📋 copy color: '#395A55'

red 57 ◦ green 90 ◦ blue 85

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

Shades of Blue Dianne #395A55

Tints of Blue Dianne #395A55

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.79%

 BLUE value IS 85 (33.59% from 255) = 36.64%

R = 24.57%
G = 38.79%
B = 36.64%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#395A55 (or 0x395A55) is known color: Blue Dianne. HEX triplet: 39, 5A and 55. RGB value is (57,90,85). Sum of RGB (Red+Green+Blue) = 57+90+85=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 90 - color contains mainly: green. Hex color #395A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A55 is #C6A5AA. Grayscale: #4F4F4F. Windows color (decimal): -13018539 or 5593657. OLE color: 5593657.

HSL color Cylindrical-coordinate representation of color #395A55: hue angle of 170.91º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #395A55 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 90 85 -
CMYK 0.37 0 0.06 0.65
HSL 170.91º 0.22% 0.29% -
HSV(B) 170.91º 0.37% 0.35% -
XYZ 6.98 8.84 9.93 -
YUV 79.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 57 90 85 0.37 0 0.06 0.65 170.91 0.22 0.29
Hex 39 5A 55 25 0 6 41 AB 16 1D
Octal 71 132 125 45 0 6 101 253 26 35
Binary 111001 1011010 1010101 100101 0 110 1000001 10101011 10110 11101

Color Harmonies of #395A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395A55

Black with #395A55

Text Example


Text Example

White with #395A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395A55; }

 p { color: rgb(57,90,85); }

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

background-color css

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

 a { background-color: rgb(57,90,85); }

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

border-color css

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

 span { border-color: rgb(57,90,85); }

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