#336670

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

Shades of Blumine #336670

Tints of Blumine #336670

Color information

#336670 (or 0x336670) is unknown color: approx Blumine. HEX triplet: 33, 66 and 70. RGB value is (51,102,112). Sum of RGB (Red+Green+Blue) = 51+102+112=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #336670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336670 is #CC998F. Grayscale: #575757. Windows color (decimal): -13408656 or 7366195. OLE color: 7366195.

HSL color Cylindrical-coordinate representation of color #336670: hue angle of 189.84º 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 #336670 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB51102112-
CMYK0.540.0900.56
HSL189.84º37.42%31.96%-
HSV(B)189.84º54.46%43.92%-
XYZ9.0411.3817.05-
YUV87.89141.6101.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 112 (44.14% from 255) = 42.26%
R=19.25%
G=38.49%
B=42.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511021120.540.0900.56189.8437.4231.96
Hex336670369038be2520
Octal6314616066110702764540
Binary110011110011011100001101101001011100010111110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336670; }

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

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

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

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

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

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

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

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