#335768

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

Shades of Blumine #335768

Tints of Blumine #335768

Color information

#335768 (or 0x335768) is unknown color: approx Blumine. HEX triplet: 33, 57 and 68. RGB value is (51,87,104). Sum of RGB (Red+Green+Blue) = 51+87+104=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #335768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335768 is #CCA897. Grayscale: #4E4E4E. Windows color (decimal): -13412504 or 6838067. OLE color: 6838067.

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

Color convert

RGB5187104-
CMYK0.510.1600.59
HSL199.25º34.19%30.39%-
HSV(B)199.25º50.96%40.78%-
XYZ7.278.5214.36-
YUV78.17142.57108.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 87 (34.38% from 255) = 35.95%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=21.07%
G=35.95%
B=42.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51871040.510.1600.59199.2534.1930.39
Hex335768331003Bc7221e
Octal6312715063200733074236
Binary110011101011111010001100111000001110111100011110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335768; }

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

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

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

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

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

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

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

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