#336678

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

Shades of Blumine #336678

Tints of Blumine #336678

Color information

#336678 (or 0x336678) is unknown color: approx Blumine. HEX triplet: 33, 66 and 78. RGB value is (51,102,120). Sum of RGB (Red+Green+Blue) = 51+102+120=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #336678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336678 is #CC9987. Grayscale: #585858. Windows color (decimal): -13408648 or 7890483. OLE color: 7890483.

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

Color convert

RGB51102120-
CMYK0.580.1500.53
HSL195.65º40.35%33.53%-
HSV(B)195.65º57.5%47.06%-
XYZ9.5111.5619.5-
YUV88.8145.6101.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.68%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 120 (47.27% from 255) = 43.96%
R=18.68%
G=37.36%
B=43.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal511021200.580.1500.53195.6540.3533.53
Hex3366783AF035c42822
Octal6314617072170653045042
Binary110011110011011110001110101111011010111000100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336678; }

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

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

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

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

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

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

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

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