#335968

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

Shades of Blumine #335968

Tints of Blumine #335968

Color information

#335968 (or 0x335968) is unknown color: approx Blumine. HEX triplet: 33, 59 and 68. RGB value is (51,89,104). Sum of RGB (Red+Green+Blue) = 51+89+104=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: blue. Hex color #335968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335968 is #CCA697. Grayscale: #4F4F4F. Windows color (decimal): -13411992 or 6838579. OLE color: 6838579.

HSL color Cylindrical-coordinate representation of color #335968: hue angle of 196.98º 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 #335968 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5189104-
CMYK0.510.1400.59
HSL196.98º34.19%30.39%-
HSV(B)196.98º50.96%40.78%-
XYZ7.448.8514.41-
YUV79.35141.91107.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.90%
GREEN value IS 89 (35.16% from 255) = 36.48%
BLUE value IS 104 (41.02% from 255) = 42.62%
R=20.90%
G=36.48%
B=42.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51891040.510.1400.59196.9834.1930.39
Hex33596833E03Bc5221e
Octal6313115063160733054236
Binary11001110110011101000110011111001110111100010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335968; }

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

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

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

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

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

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

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

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