#336570

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

Shades of Blumine #336570

Tints of Blumine #336570

Color information

#336570 (or 0x336570) is unknown color: approx Blumine. HEX triplet: 33, 65 and 70. RGB value is (51,101,112). Sum of RGB (Red+Green+Blue) = 51+101+112=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #336570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336570 is #CC9A8F. Grayscale: #575757. Windows color (decimal): -13408912 or 7365939. OLE color: 7365939.

HSL color Cylindrical-coordinate representation of color #336570: hue angle of 190.82º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #336570 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB51101112-
CMYK0.540.1000.56
HSL190.82º37.42%31.96%-
HSV(B)190.82º54.46%43.92%-
XYZ8.9411.1817.02-
YUV87.3141.94102.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.32%
GREEN value IS 101 (39.84% from 255) = 38.26%
BLUE value IS 112 (44.14% from 255) = 42.42%
R=19.32%
G=38.26%
B=42.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511011120.540.1000.56190.8237.4231.96
Hex33657036A038bf2520
Octal6314516066120702774540
Binary110011110010111100001101101010011100010111111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336570; }

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

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

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

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

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

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

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

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