#335A65

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

Shades of Blumine #335A65

Tints of Blumine #335A65

Color information

#335A65 (or 0x335A65) is unknown color: approx Blumine. HEX triplet: 33, 5A and 65. RGB value is (51,90,101). Sum of RGB (Red+Green+Blue) = 51+90+101=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #335A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335A65 is #CCA59A. Grayscale: #4F4F4F. Windows color (decimal): -13411739 or 6642227. OLE color: 6642227.

HSL color Cylindrical-coordinate representation of color #335A65: hue angle of 193.2º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #335A65 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5190101-
CMYK0.500.1100.60
HSL193.2º32.89%29.8%-
HSV(B)193.2º49.5%39.61%-
XYZ7.378.9613.65-
YUV79.59140.08107.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 90 (35.55% from 255) = 37.19%
BLUE value IS 101 (39.84% from 255) = 41.74%
R=21.07%
G=37.19%
B=41.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51901010.500.1100.60193.232.8929.8
Hex335A6532B03Cc1211e
Octal6313214562130743014136
Binary11001110110101100101110010101101111001100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,90,101); }

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

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

 a { background-color: rgb(51,90,101); }

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

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

 span { border-color: rgb(51,90,101); }

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