Html Css Color HEX #375954 Blue Dianne

📋 copy color: '#375954'

red 55 ◦ green 89 ◦ blue 84

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

Shades of Blue Dianne #375954

Tints of Blue Dianne #375954

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.04%

 BLUE value IS 84 (33.2% from 255) = 36.84%

R = 24.12%
G = 39.04%
B = 36.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#375954 (or 0x375954) is known color: Blue Dianne. HEX triplet: 37, 59 and 54. RGB value is (55,89,84). Sum of RGB (Red+Green+Blue) = 55+89+84=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #375954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375954 is #C8A6AB. Grayscale: #4E4E4E. Windows color (decimal): -13149868 or 5527863. OLE color: 5527863.

HSL color Cylindrical-coordinate representation of color #375954: hue angle of 171.18º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #375954 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 89 84 -
CMYK 0.38 0 0.06 0.65
HSL 171.18º 0.24% 0.28% -
HSV(B) 171.18º 0.38% 0.35% -
XYZ 6.75 8.6 9.69 -
YUV 78.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 55 89 84 0.38 0 0.06 0.65 171.18 0.24 0.28
Hex 37 59 54 26 0 6 41 AB 18 1C
Octal 67 131 124 46 0 6 101 253 30 34
Binary 110111 1011001 1010100 100110 0 110 1000001 10101011 11000 11100

Color Harmonies of #375954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375954

Black with #375954

Text Example


Text Example

White with #375954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375954; }

 p { color: rgb(55,89,84); }

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

background-color css

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

 a { background-color: rgb(55,89,84); }

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

border-color css

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

 span { border-color: rgb(55,89,84); }

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