#335668

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

Shades of Blumine #335668

Tints of Blumine #335668

Color information

#335668 (or 0x335668) is unknown color: approx Blumine. HEX triplet: 33, 56 and 68. RGB value is (51,86,104). Sum of RGB (Red+Green+Blue) = 51+86+104=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #335668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335668 is #CCA997. Grayscale: #4D4D4D. Windows color (decimal): -13412760 or 6837811. OLE color: 6837811.

HSL color Cylindrical-coordinate representation of color #335668: hue angle of 200.38º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #335668 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5186104-
CMYK0.510.1700.59
HSL200.38º34.19%30.39%-
HSV(B)200.38º50.96%40.78%-
XYZ7.198.3614.33-
YUV77.59142.9109.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.16%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 104 (41.02% from 255) = 43.15%
R=21.16%
G=35.68%
B=43.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51861040.510.1700.59200.3834.1930.39
Hex335668331103Bc8221e
Octal6312615063210733104236
Binary110011101011011010001100111000101110111100100010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335668; }

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

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

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

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

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

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

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

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