#336778

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

Shades of Blumine #336778

Tints of Blumine #336778

Color information

#336778 (or 0x336778) is unknown color: approx Blumine. HEX triplet: 33, 67 and 78. RGB value is (51,103,120). Sum of RGB (Red+Green+Blue) = 51+103+120=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #336778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336778 is #CC9887. Grayscale: #595959. Windows color (decimal): -13408392 or 7890739. OLE color: 7890739.

HSL color Cylindrical-coordinate representation of color #336778: hue angle of 194.78º 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 #336778 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB51103120-
CMYK0.580.1400.53
HSL194.78º40.35%33.53%-
HSV(B)194.78º57.5%47.06%-
XYZ9.6111.7619.53-
YUV89.39145.27100.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.61%
GREEN value IS 103 (40.62% from 255) = 37.59%
BLUE value IS 120 (47.27% from 255) = 43.80%
R=18.61%
G=37.59%
B=43.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal511031200.580.1400.53194.7840.3533.53
Hex3367783AE035c32822
Octal6314717072160653035042
Binary110011110011111110001110101110011010111000011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336778; }

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

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

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

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

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

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

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

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