#335F78

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

Shades of Blumine #335F78

Tints of Blumine #335F78

Color information

#335F78 (or 0x335F78) is unknown color: approx Blumine. HEX triplet: 33, 5F and 78. RGB value is (51,95,120). Sum of RGB (Red+Green+Blue) = 51+95+120=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #335F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335F78 is #CCA087. Grayscale: #545454. Windows color (decimal): -13410440 or 7888691. OLE color: 7888691.

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

Color convert

RGB5195120-
CMYK0.580.2100.53
HSL201.74º40.35%33.53%-
HSV(B)201.74º57.5%47.06%-
XYZ8.8510.2419.28-
YUV84.69147.92103.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.17%
GREEN value IS 95 (37.5% from 255) = 35.71%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=19.17%
G=35.71%
B=45.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51951200.580.2100.53201.7440.3533.53
Hex335F783A15035ca2822
Octal6313717072250653125042
Binary1100111011111111100011101010101011010111001010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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