#335D77

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

Shades of Blumine #335D77

Tints of Blumine #335D77

Color information

#335D77 (or 0x335D77) is unknown color: approx Blumine. HEX triplet: 33, 5D and 77. RGB value is (51,93,119). Sum of RGB (Red+Green+Blue) = 51+93+119=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #335D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D77 is #CCA288. Grayscale: #535353. Windows color (decimal): -13410953 or 7822643. OLE color: 7822643.

HSL color Cylindrical-coordinate representation of color #335D77: hue angle of 202.94º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #335D77 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5193119-
CMYK0.570.2200.53
HSL202.94º40%33.33%-
HSV(B)202.94º57.14%46.67%-
XYZ8.619.8618.9-
YUV83.41148.09104.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.39%
GREEN value IS 93 (36.72% from 255) = 35.36%
BLUE value IS 119 (46.88% from 255) = 45.25%
R=19.39%
G=35.36%
B=45.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51931190.570.2200.53202.944033.33
Hex335D773916035cb2821
Octal6313516771260653135041
Binary1100111011101111011111100110110011010111001011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,93,119); }

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

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

 a { background-color: rgb(51,93,119); }

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

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

 span { border-color: rgb(51,93,119); }

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