#336575

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

Shades of Blumine #336575

Tints of Blumine #336575

Color information

#336575 (or 0x336575) is unknown color: approx Blumine. HEX triplet: 33, 65 and 75. RGB value is (51,101,117). Sum of RGB (Red+Green+Blue) = 51+101+117=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #336575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336575 is #CC9A8A. Grayscale: #575757. Windows color (decimal): -13408907 or 7693619. OLE color: 7693619.

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

Color convert

RGB51101117-
CMYK0.560.1400.54
HSL194.55º39.29%32.94%-
HSV(B)194.55º56.41%45.88%-
XYZ9.2311.318.52-
YUV87.87144.44101.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.96%
GREEN value IS 101 (39.84% from 255) = 37.55%
BLUE value IS 117 (46.09% from 255) = 43.49%
R=18.96%
G=37.55%
B=43.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal511011170.560.1400.54194.5539.2932.94
Hex33657538E036c32721
Octal6314516570160663034741
Binary110011110010111101011110001110011011011000011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336575; }

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

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

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

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

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

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

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

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