#336874

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

Shades of Blumine #336874

Tints of Blumine #336874

Color information

#336874 (or 0x336874) is unknown color: approx Blumine. HEX triplet: 33, 68 and 74. RGB value is (51,104,116). Sum of RGB (Red+Green+Blue) = 51+104+116=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 116 - color contains mainly: blue. Hex color #336874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336874 is #CC978B. Grayscale: #595959. Windows color (decimal): -13408140 or 7628851. OLE color: 7628851.

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

Color convert

RGB51104116-
CMYK0.560.1000.55
HSL191.08º38.92%32.75%-
HSV(B)191.08º56.03%45.49%-
XYZ9.4711.8718.31-
YUV89.52142.94100.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.82%
GREEN value IS 104 (41.02% from 255) = 38.38%
BLUE value IS 116 (45.70% from 255) = 42.80%
R=18.82%
G=38.38%
B=42.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511041160.560.1000.55191.0838.9232.75
Hex33687438A037bf2721
Octal6315016470120672774741
Binary110011110100011101001110001010011011110111111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336874; }

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

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

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

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

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

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

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

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