#37626A

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

Shades of Blumine #37626A

Tints of Blumine #37626A

Color information

#37626A (or 0x37626A) is unknown color: approx Blumine. HEX triplet: 37, 62 and 6A. RGB value is (55,98,106). Sum of RGB (Red+Green+Blue) = 55+98+106=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 106 - color contains mainly: blue. Hex color #37626A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37626A is #C89D95. Grayscale: #555555. Windows color (decimal): -13147542 or 6971959. OLE color: 6971959.

HSL color Cylindrical-coordinate representation of color #37626A: hue angle of 189.41º 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 #37626A is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5598106-
CMYK0.480.0800.58
HSL189.41º31.68%31.57%-
HSV(B)189.41º48.11%41.57%-
XYZ8.5410.5915.23-
YUV86.06139.25105.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.24%
GREEN value IS 98 (38.67% from 255) = 37.84%
BLUE value IS 106 (41.80% from 255) = 40.93%
R=21.24%
G=37.84%
B=40.93%

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
Decimal55981060.480.0800.58189.4131.6831.57
Hex37626A30803Abd2020
Octal6714215260100722754040
Binary110111110001011010101100001000011101010111101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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