#336079

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

Shades of Blumine #336079

Tints of Blumine #336079

Color information

#336079 (or 0x336079) is unknown color: approx Blumine. HEX triplet: 33, 60 and 79. RGB value is (51,96,121). Sum of RGB (Red+Green+Blue) = 51+96+121=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 121 - color contains mainly: blue. Hex color #336079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336079 is #CC9F86. Grayscale: #555555. Windows color (decimal): -13410183 or 7954483. OLE color: 7954483.

HSL color Cylindrical-coordinate representation of color #336079: hue angle of 201.43º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #336079 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5196121-
CMYK0.580.2100.53
HSL201.43º40.7%33.73%-
HSV(B)201.43º57.85%47.45%-
XYZ910.4519.63-
YUV85.4148.09103.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.03%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 121 (47.66% from 255) = 45.15%
R=19.03%
G=35.82%
B=45.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51961210.580.2100.53201.4340.733.73
Hex3360793A15035c92922
Octal6314017172250653115142
Binary1100111100000111100111101010101011010111001001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336079; }

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

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

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

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

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

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

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

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