Html Css Color HEX #375251 Blue Dianne

📋 copy color: '#375251'

red 55 ◦ green 82 ◦ blue 81

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

Shades of Blue Dianne #375251

Tints of Blue Dianne #375251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.61%

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

R = 25.23%
G = 37.61%
B = 37.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#375251 (or 0x375251) is known color: Blue Dianne. HEX triplet: 37, 52 and 51. RGB value is (55,82,81). Sum of RGB (Red+Green+Blue) = 55+82+81=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 82 - color contains mainly: green. Hex color #375251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375251 is #C8ADAE. Grayscale: #494949. Windows color (decimal): -13151663 or 5329463. OLE color: 5329463.

HSL color Cylindrical-coordinate representation of color #375251: hue angle of 177.78º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #375251 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 82 81 -
CMYK 0.33 0 0.01 0.68
HSL 177.78º 0.2% 0.27% -
HSV(B) 177.78º 0.33% 0.32% -
XYZ 6.08 7.44 8.9 -
YUV 73.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 55 82 81 0.33 0 0.01 0.68 177.78 0.2 0.27
Hex 37 52 51 21 0 1 44 B2 14 1B
Octal 67 122 121 41 0 1 104 262 24 33
Binary 110111 1010010 1010001 100001 0 1 1000100 10110010 10100 11011

Color Harmonies of #375251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375251

Black with #375251

Text Example


Text Example

White with #375251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375251; }

 p { color: rgb(55,82,81); }

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

background-color css

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

 a { background-color: rgb(55,82,81); }

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

border-color css

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

 span { border-color: rgb(55,82,81); }

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