#355871

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

Shades of Blumine #355871

Tints of Blumine #355871

Color information

#355871 (or 0x355871) is unknown color: approx Blumine. HEX triplet: 35, 58 and 71. RGB value is (53,88,113). Sum of RGB (Red+Green+Blue) = 53+88+113=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #355871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355871 is #CAA78E. Grayscale: #505050. Windows color (decimal): -13281167 or 7428149. OLE color: 7428149.

HSL color Cylindrical-coordinate representation of color #355871: hue angle of 205º 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 #355871 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5388113-
CMYK0.530.2200.56
HSL205º36.14%32.55%-
HSV(B)205º53.1%44.31%-
XYZ7.948.9316.93-
YUV80.39146.4108.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.87%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 113 (44.53% from 255) = 44.49%
R=20.87%
G=34.65%
B=44.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53881130.530.2200.5620536.1432.55
Hex3558713516038cd2421
Octal6513016165260703154441
Binary1101011011000111000111010110110011100011001101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355871; }

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

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

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

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

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

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

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

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