#335F65

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

Shades of Blumine #335F65

Tints of Blumine #335F65

Color information

#335F65 (or 0x335F65) is unknown color: approx Blumine. HEX triplet: 33, 5F and 65. RGB value is (51,95,101). Sum of RGB (Red+Green+Blue) = 51+95+101=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #335F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335F65 is #CCA09A. Grayscale: #525252. Windows color (decimal): -13410459 or 6643507. OLE color: 6643507.

HSL color Cylindrical-coordinate representation of color #335F65: hue angle of 187.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 #335F65 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5195101-
CMYK0.500.0600.60
HSL187.2º32.89%29.8%-
HSV(B)187.2º49.5%39.61%-
XYZ7.819.8313.8-
YUV82.53138.42105.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.65%
GREEN value IS 95 (37.5% from 255) = 38.46%
BLUE value IS 101 (39.84% from 255) = 40.89%
R=20.65%
G=38.46%
B=40.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51951010.500.0600.60187.232.8929.8
Hex335F6532603Cbb211e
Octal631371456260742734136
Binary1100111011111110010111001011001111001011101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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