#335665

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

Shades of Blumine #335665

Tints of Blumine #335665

Color information

#335665 (or 0x335665) is unknown color: approx Blumine. HEX triplet: 33, 56 and 65. RGB value is (51,86,101). Sum of RGB (Red+Green+Blue) = 51+86+101=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #335665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335665 is #CCA99A. Grayscale: #4D4D4D. Windows color (decimal): -13412763 or 6641203. OLE color: 6641203.

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

Color convert

RGB5186101-
CMYK0.500.1500.60
HSL198º32.89%29.8%-
HSV(B)198º49.5%39.61%-
XYZ7.048.313.54-
YUV77.24141.4109.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.43%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 101 (39.84% from 255) = 42.44%
R=21.43%
G=36.13%
B=42.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51861010.500.1500.6019832.8929.8
Hex33566532F03Cc6211e
Octal6312614562170743064136
Binary11001110101101100101110010111101111001100011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335665; }

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

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

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

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

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

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

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

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