#376069

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

Shades of Blumine #376069

Tints of Blumine #376069

Color information

#376069 (or 0x376069) is unknown color: approx Blumine. HEX triplet: 37, 60 and 69. RGB value is (55,96,105). Sum of RGB (Red+Green+Blue) = 55+96+105=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 105 - color contains mainly: blue. Hex color #376069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376069 is #C89F96. Grayscale: #545454. Windows color (decimal): -13148055 or 6905911. OLE color: 6905911.

HSL color Cylindrical-coordinate representation of color #376069: hue angle of 190.8º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #376069 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5596105-
CMYK0.480.0900.59
HSL190.8º31.25%31.37%-
HSV(B)190.8º47.62%41.18%-
XYZ8.3110.214.9-
YUV84.77139.42106.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 96 (37.89% from 255) = 37.5%
BLUE value IS 105 (41.41% from 255) = 41.02%
R=21.48%
G=37.5%
B=41.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55961050.480.0900.59190.831.2531.37
Hex37606930903Bbf1f1f
Octal6714015160110732773737
Binary1101111100000110100111000010010111011101111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376069; }

 p { color: rgb(55,96,105); }

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

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

 a { background-color: rgb(55,96,105); }

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

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

 span { border-color: rgb(55,96,105); }

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