#335865

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

Shades of Blumine #335865

Tints of Blumine #335865

Color information

#335865 (or 0x335865) is unknown color: approx Blumine. HEX triplet: 33, 58 and 65. RGB value is (51,88,101). Sum of RGB (Red+Green+Blue) = 51+88+101=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #335865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335865 is #CCA79A. Grayscale: #4E4E4E. Windows color (decimal): -13412251 or 6641715. OLE color: 6641715.

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

Color convert

RGB5188101-
CMYK0.500.1300.60
HSL195.6º32.89%29.8%-
HSV(B)195.6º49.5%39.61%-
XYZ7.28.6213.6-
YUV78.42140.74108.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.25%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 101 (39.84% from 255) = 42.08%
R=21.25%
G=36.67%
B=42.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51881010.500.1300.60195.632.8929.8
Hex33586532D03Cc4211e
Octal6313014562150743044136
Binary11001110110001100101110010110101111001100010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335865; }

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

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

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

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

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

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

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

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