Html Css Color HEX #375853 Blue Dianne

📋 copy color: '#375853'

red 55 ◦ green 88 ◦ blue 83

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

Shades of Blue Dianne #375853

Tints of Blue Dianne #375853

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.94%

 BLUE value IS 83 (32.81% from 255) = 36.73%

R = 24.34%
G = 38.94%
B = 36.73%

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

#375853 (or 0x375853) is known color: Blue Dianne. HEX triplet: 37, 58 and 53. RGB value is (55,88,83). Sum of RGB (Red+Green+Blue) = 55+88+83=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #375853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375853 is #C8A7AC. Grayscale: #4D4D4D. Windows color (decimal): -13150125 or 5462071. OLE color: 5462071.

HSL color Cylindrical-coordinate representation of color #375853: hue angle of 170.91º degrees, saturation: 0.23, 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 #375853 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 88 83 -
CMYK 0.38 0 0.06 0.65
HSL 170.91º 0.23% 0.28% -
HSV(B) 170.91º 0.38% 0.35% -
XYZ 6.63 8.42 9.46 -
YUV 77.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 55 88 83 0.38 0 0.06 0.65 170.91 0.23 0.28
Hex 37 58 53 26 0 6 41 AB 17 1C
Octal 67 130 123 46 0 6 101 253 27 34
Binary 110111 1011000 1010011 100110 0 110 1000001 10101011 10111 11100

Color Harmonies of #375853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375853

Black with #375853

Text Example


Text Example

White with #375853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375853; }

 p { color: rgb(55,88,83); }

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

background-color css

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

 a { background-color: rgb(55,88,83); }

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

border-color css

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

 span { border-color: rgb(55,88,83); }

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