Html Css Color HEX #37596F Blumine

📋 copy color: '#37596F'

red 55 ◦ green 89 ◦ blue 111

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

Shades of Blumine #37596F

Tints of Blumine #37596F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.53%

R = 21.57%
G = 34.9%
B = 43.53%

CMYK

 C value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#37596F (or 0x37596F) is known color: Blumine. HEX triplet: 37, 59 and 6F. RGB value is (55,89,111). Sum of RGB (Red+Green+Blue) = 55+89+111=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 111 - color contains mainly: blue. Hex color #37596F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37596F is #C8A690. Grayscale: #515151. Windows color (decimal): -13149841 or 7297335. OLE color: 7297335.

HSL color Cylindrical-coordinate representation of color #37596F: hue angle of 203.57º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37596F is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 89 111 -
CMYK 0.50 0.20 0 0.56
HSL 203.57º 0.34% 0.33% -
HSV(B) 203.57º 0.5% 0.44% -
XYZ 8.02 9.1 16.37 -
YUV 81.34 144.74 109.21 -
System Red Green Blue C M Y K H S L
Decimal 55 89 111 0.50 0.20 0 0.56 203.57 0.34 0.33
Hex 37 59 6F 32 14 0 38 CC 22 21
Octal 67 131 157 62 24 0 70 314 42 41
Binary 110111 1011001 1101111 110010 10100 0 111000 11001100 100010 100001

Color Harmonies of #37596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37596F

Black with #37596F

Text Example


Text Example

White with #37596F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37596F; }

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

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

background-color css

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

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

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

border-color css

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

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

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