#355971

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

Shades of Blumine #355971

Tints of Blumine #355971

Color information

#355971 (or 0x355971) is unknown color: approx Blumine. HEX triplet: 35, 59 and 71. RGB value is (53,89,113). Sum of RGB (Red+Green+Blue) = 53+89+113=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #355971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355971 is #CAA68E. Grayscale: #505050. Windows color (decimal): -13280911 or 7428405. OLE color: 7428405.

HSL color Cylindrical-coordinate representation of color #355971: hue angle of 204º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #355971 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5389113-
CMYK0.530.2100.56
HSL204º36.14%32.55%-
HSV(B)204º53.1%44.31%-
XYZ8.029.0916.96-
YUV80.97146.07108.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.78%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 113 (44.53% from 255) = 44.31%
R=20.78%
G=34.90%
B=44.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53891130.530.2100.5620436.1432.55
Hex3559713515038cc2421
Octal6513116165250703144441
Binary1101011011001111000111010110101011100011001100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355971; }

 p { color: rgb(53,89,113); }

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

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

 a { background-color: rgb(53,89,113); }

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

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

 span { border-color: rgb(53,89,113); }

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