Html Css Color HEX #375652 Blue Dianne

📋 copy color: '#375652'

red 55 ◦ green 86 ◦ blue 82

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

Shades of Blue Dianne #375652

Tints of Blue Dianne #375652

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.57%

 BLUE value IS 82 (32.42% from 255) = 36.77%

R = 24.66%
G = 38.57%
B = 36.77%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#375652 (or 0x375652) is known color: Blue Dianne. HEX triplet: 37, 56 and 52. RGB value is (55,86,82). Sum of RGB (Red+Green+Blue) = 55+86+82=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 86 - color contains mainly: green. Hex color #375652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375652 is #C8A9AD. Grayscale: #4C4C4C. Windows color (decimal): -13150638 or 5396023. OLE color: 5396023.

HSL color Cylindrical-coordinate representation of color #375652: hue angle of 172.26º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #375652 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB 55 86 82 -
CMYK 0.36 0 0.05 0.66
HSL 172.26º 0.22% 0.28% -
HSV(B) 172.26º 0.36% 0.34% -
XYZ 6.43 8.08 9.2 -
YUV 76.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 55 86 82 0.36 0 0.05 0.66 172.26 0.22 0.28
Hex 37 56 52 24 0 5 42 AC 16 1C
Octal 67 126 122 44 0 5 102 254 26 34
Binary 110111 1010110 1010010 100100 0 101 1000010 10101100 10110 11100

Color Harmonies of #375652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375652

Black with #375652

Text Example


Text Example

White with #375652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375652; }

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

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

background-color css

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

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

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

border-color css

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

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

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