#336878

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

Shades of Blumine #336878

Tints of Blumine #336878

Color information

#336878 (or 0x336878) is unknown color: approx Blumine. HEX triplet: 33, 68 and 78. RGB value is (51,104,120). Sum of RGB (Red+Green+Blue) = 51+104+120=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #336878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336878 is #CC9787. Grayscale: #595959. Windows color (decimal): -13408136 or 7890995. OLE color: 7890995.

HSL color Cylindrical-coordinate representation of color #336878: hue angle of 193.91º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #336878 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB51104120-
CMYK0.580.1300.53
HSL193.91º40.35%33.53%-
HSV(B)193.91º57.5%47.06%-
XYZ9.7111.9619.57-
YUV89.98144.94100.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 104 (41.02% from 255) = 37.82%
BLUE value IS 120 (47.27% from 255) = 43.64%
R=18.55%
G=37.82%
B=43.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal511041200.580.1300.53193.9140.3533.53
Hex3368783AD035c22822
Octal6315017072150653025042
Binary110011110100011110001110101101011010111000010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336878; }

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

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

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

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

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

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

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

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