#37667B

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

Shades of Blumine #37667B

Tints of Blumine #37667B

Color information

#37667B (or 0x37667B) is unknown color: approx Blumine. HEX triplet: 37, 66 and 7B. RGB value is (55,102,123). Sum of RGB (Red+Green+Blue) = 55+102+123=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #37667B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37667B is #C89984. Grayscale: #5A5A5A. Windows color (decimal): -13146501 or 8087095. OLE color: 8087095.

HSL color Cylindrical-coordinate representation of color #37667B: hue angle of 198.53º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37667B is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB55102123-
CMYK0.550.1700.52
HSL198.53º38.2%34.9%-
HSV(B)198.53º55.28%48.24%-
XYZ9.911.7520.48-
YUV90.34146.43102.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.64%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 123 (48.44% from 255) = 43.93%
R=19.64%
G=36.43%
B=43.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal551021230.550.1700.52198.5338.234.9
Hex37667B3711034c72623
Octal6714617367210643074643
Binary1101111100110111101111011110001011010011000111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37667B; }

 p { color: rgb(55,102,123); }

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

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

 a { background-color: rgb(55,102,123); }

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

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

 span { border-color: rgb(55,102,123); }

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