#355870

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

Shades of Blumine #355870

Tints of Blumine #355870

Color information

#355870 (or 0x355870) is unknown color: approx Blumine. HEX triplet: 35, 58 and 70. RGB value is (53,88,112). Sum of RGB (Red+Green+Blue) = 53+88+112=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #355870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355870 is #CAA78F. Grayscale: #505050. Windows color (decimal): -13281168 or 7362613. OLE color: 7362613.

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

Color convert

RGB5388112-
CMYK0.530.2100.56
HSL204.41º35.76%32.35%-
HSV(B)204.41º52.68%43.92%-
XYZ7.888.9116.63-
YUV80.27145.9108.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.95%
GREEN value IS 88 (34.77% from 255) = 34.78%
BLUE value IS 112 (44.14% from 255) = 44.27%
R=20.95%
G=34.78%
B=44.27%

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
Decimal53881120.530.2100.56204.4135.7632.35
Hex3558703515038cc2420
Octal6513016065250703144440
Binary1101011011000111000011010110101011100011001100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355870; }

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

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

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

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

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

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

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

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