#336076

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

Shades of Blumine #336076

Tints of Blumine #336076

Color information

#336076 (or 0x336076) is unknown color: approx Blumine. HEX triplet: 33, 60 and 76. RGB value is (51,96,118). Sum of RGB (Red+Green+Blue) = 51+96+118=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #336076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336076 is #CC9F89. Grayscale: #545454. Windows color (decimal): -13410186 or 7757875. OLE color: 7757875.

HSL color Cylindrical-coordinate representation of color #336076: hue angle of 199.7º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #336076 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5196118-
CMYK0.570.1900.54
HSL199.7º39.64%33.14%-
HSV(B)199.7º56.78%46.27%-
XYZ8.8210.3818.68-
YUV85.05146.59103.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 118 (46.48% from 255) = 44.53%
R=19.25%
G=36.23%
B=44.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51961180.570.1900.54199.739.6433.14
Hex3360763913036c82821
Octal6314016671230663105041
Binary1100111100000111011011100110011011011011001000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336076; }

 p { color: rgb(51,96,118); }

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

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

 a { background-color: rgb(51,96,118); }

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

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

 span { border-color: rgb(51,96,118); }

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