#335E78

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

Shades of Blumine #335E78

Tints of Blumine #335E78

Color information

#335E78 (or 0x335E78) is unknown color: approx Blumine. HEX triplet: 33, 5E and 78. RGB value is (51,94,120). Sum of RGB (Red+Green+Blue) = 51+94+120=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 120 - color contains mainly: blue. Hex color #335E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335E78 is #CCA187. Grayscale: #535353. Windows color (decimal): -13410696 or 7888435. OLE color: 7888435.

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

Color convert

RGB5194120-
CMYK0.580.2200.53
HSL202.61º40.35%33.53%-
HSV(B)202.61º57.5%47.06%-
XYZ8.7610.0719.25-
YUV84.11148.25104.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 94 (37.11% from 255) = 35.47%
BLUE value IS 120 (47.27% from 255) = 45.28%
R=19.25%
G=35.47%
B=45.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51941200.580.2200.53202.6140.3533.53
Hex335E783A16035cb2822
Octal6313617072260653135042
Binary1100111011110111100011101010110011010111001011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335E78; }

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

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

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

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

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

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

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

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