#335565

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

Shades of Blumine #335565

Tints of Blumine #335565

Color information

#335565 (or 0x335565) is unknown color: approx Blumine. HEX triplet: 33, 55 and 65. RGB value is (51,85,101). Sum of RGB (Red+Green+Blue) = 51+85+101=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 101 - color contains mainly: blue. Hex color #335565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335565 is #CCAA9A. Grayscale: #4C4C4C. Windows color (decimal): -13413019 or 6640947. OLE color: 6640947.

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

Color convert

RGB5185101-
CMYK0.500.1600.60
HSL199.2º32.89%29.8%-
HSV(B)199.2º49.5%39.61%-
XYZ6.968.1413.52-
YUV76.66141.74109.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 85 (33.59% from 255) = 35.86%
BLUE value IS 101 (39.84% from 255) = 42.62%
R=21.52%
G=35.86%
B=42.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51851010.500.1600.60199.232.8929.8
Hex335565321003Cc7211e
Octal6312514562200743074136
Binary110011101010111001011100101000001111001100011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335565; }

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

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

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

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

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

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

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

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