Html Css Color HEX #375550 Blue Dianne

📋 copy color: '#375550'

red 55 ◦ green 85 ◦ blue 80

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

Shades of Blue Dianne #375550

Tints of Blue Dianne #375550

RGB

 RED value IS 55 (21.88% from 255) = 25%

 GREEN value IS 85 (33.59% from 255) = 38.64%

 BLUE value IS 80 (31.64% from 255) = 36.36%

R = 25%
G = 38.64%
B = 36.36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#375550 (or 0x375550) is known color: Blue Dianne. HEX triplet: 37, 55 and 50. RGB value is (55,85,80). Sum of RGB (Red+Green+Blue) = 55+85+80=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 85 - color contains mainly: green. Hex color #375550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375550 is #C8AAAF. Grayscale: #4B4B4B. Windows color (decimal): -13150896 or 5264695. OLE color: 5264695.

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

Color convert

RGB 55 85 80 -
CMYK 0.35 0 0.06 0.67
HSL 170º 0.21% 0.27% -
HSV(B) 170º 0.35% 0.33% -
XYZ 6.27 7.89 8.78 -
YUV 75.46 130.56 113.41 -
System Red Green Blue C M Y K H S L
Decimal 55 85 80 0.35 0 0.06 0.67 170 0.21 0.27
Hex 37 55 50 23 0 6 43 AA 15 1B
Octal 67 125 120 43 0 6 103 252 25 33
Binary 110111 1010101 1010000 100011 0 110 1000011 10101010 10101 11011

Color Harmonies of #375550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375550

Black with #375550

Text Example


Text Example

White with #375550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375550; }

 p { color: rgb(55,85,80); }

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

background-color css

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

 a { background-color: rgb(55,85,80); }

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

border-color css

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

 span { border-color: rgb(55,85,80); }

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