#37616A

Color #37616A Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #37616A

Tints of Blumine #37616A

Color information

#37616A (or 0x37616A) is unknown color: approx Blumine. HEX triplet: 37, 61 and 6A. RGB value is (55,97,106). Sum of RGB (Red+Green+Blue) = 55+97+106=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 106 - color contains mainly: blue. Hex color #37616A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37616A is #C89E95. Grayscale: #555555. Windows color (decimal): -13147798 or 6971703. OLE color: 6971703.

HSL color Cylindrical-coordinate representation of color #37616A: hue angle of 190.59º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #37616A is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5597106-
CMYK0.480.0800.58
HSL190.59º31.68%31.57%-
HSV(B)190.59º48.11%41.57%-
XYZ8.4510.415.2-
YUV85.47139.59106.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.32%
GREEN value IS 97 (38.28% from 255) = 37.60%
BLUE value IS 106 (41.80% from 255) = 41.09%
R=21.32%
G=37.60%
B=41.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55971060.480.0800.58190.5931.6831.57
Hex37616A30803Abf2020
Octal6714115260100722774040
Binary110111110000111010101100001000011101010111111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37616A; }

 p { color: rgb(55,97,106); }

 H1.HeaderClassName
 {
   color: #37616A;
 }
 .AnyTagClassName
 {
   color: #37616A;
 }
</style>
background-color css

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

 a { background-color: rgb(55,97,106); }

 div.DivClassName
 {
   background-color: #37616A;
 }
 .BgClassName
 {
   background-color: #37616A;
 }
</style>
border-color css

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

 span { border-color: rgb(55,97,106); }

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