#336278

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

Shades of Blumine #336278

Tints of Blumine #336278

Color information

#336278 (or 0x336278) is unknown color: approx Blumine. HEX triplet: 33, 62 and 78. RGB value is (51,98,120). Sum of RGB (Red+Green+Blue) = 51+98+120=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #336278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336278 is #CC9D87. Grayscale: #565656. Windows color (decimal): -13409672 or 7889459. OLE color: 7889459.

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

Color convert

RGB5198120-
CMYK0.580.1800.53
HSL199.13º40.35%33.53%-
HSV(B)199.13º57.5%47.06%-
XYZ9.1210.819.37-
YUV86.45146.93102.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.96%
GREEN value IS 98 (38.67% from 255) = 36.43%
BLUE value IS 120 (47.27% from 255) = 44.61%
R=18.96%
G=36.43%
B=44.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51981200.580.1800.53199.1340.3533.53
Hex3362783A12035c72822
Octal6314217072220653075042
Binary1100111100010111100011101010010011010111000111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336278; }

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

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

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

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

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

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

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

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