#336072

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

Shades of Blumine #336072

Tints of Blumine #336072

Color information

#336072 (or 0x336072) is unknown color: approx Blumine. HEX triplet: 33, 60 and 72. RGB value is (51,96,114). Sum of RGB (Red+Green+Blue) = 51+96+114=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #336072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336072 is #CC9F8D. Grayscale: #545454. Windows color (decimal): -13410190 or 7495731. OLE color: 7495731.

HSL color Cylindrical-coordinate representation of color #336072: hue angle of 197.14º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #336072 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5196114-
CMYK0.550.1600.55
HSL197.14º38.18%32.35%-
HSV(B)197.14º55.26%44.71%-
XYZ8.5910.2817.45-
YUV84.6144.59104.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.54%
GREEN value IS 96 (37.89% from 255) = 36.78%
BLUE value IS 114 (44.92% from 255) = 43.68%
R=19.54%
G=36.78%
B=43.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51961140.550.1600.55197.1438.1832.35
Hex3360723710037c52620
Octal6314016267200673054640
Binary1100111100000111001011011110000011011111000101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336072; }

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

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

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

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

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

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

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

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