#336875

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

Shades of Blumine #336875

Tints of Blumine #336875

Color information

#336875 (or 0x336875) is unknown color: approx Blumine. HEX triplet: 33, 68 and 75. RGB value is (51,104,117). Sum of RGB (Red+Green+Blue) = 51+104+117=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 117 - color contains mainly: blue. Hex color #336875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336875 is #CC978A. Grayscale: #595959. Windows color (decimal): -13408139 or 7694387. OLE color: 7694387.

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

Color convert

RGB51104117-
CMYK0.560.1100.54
HSL191.82º39.29%32.94%-
HSV(B)191.82º56.41%45.88%-
XYZ9.5311.8918.62-
YUV89.64143.44100.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.75%
GREEN value IS 104 (41.02% from 255) = 38.24%
BLUE value IS 117 (46.09% from 255) = 43.01%
R=18.75%
G=38.24%
B=43.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal511041170.560.1100.54191.8239.2932.94
Hex33687538B036c02721
Octal6315016570130663004741
Binary110011110100011101011110001011011011011000000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336875; }

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

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

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

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

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

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

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

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