#336572

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

Shades of Blumine #336572

Tints of Blumine #336572

Color information

#336572 (or 0x336572) is unknown color: approx Blumine. HEX triplet: 33, 65 and 72. RGB value is (51,101,114). Sum of RGB (Red+Green+Blue) = 51+101+114=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #336572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336572 is #CC9A8D. Grayscale: #575757. Windows color (decimal): -13408910 or 7497011. OLE color: 7497011.

HSL color Cylindrical-coordinate representation of color #336572: hue angle of 192.38º 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 #336572 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB51101114-
CMYK0.550.1100.55
HSL192.38º38.18%32.35%-
HSV(B)192.38º55.26%44.71%-
XYZ9.0611.2317.61-
YUV87.53142.94101.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.17%
GREEN value IS 101 (39.84% from 255) = 37.97%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=19.17%
G=37.97%
B=42.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511011140.550.1100.55192.3838.1832.35
Hex33657237B037c02620
Octal6314516267130673004640
Binary110011110010111100101101111011011011111000000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336572; }

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

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

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

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

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

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

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

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