#356071

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

Shades of Blumine #356071

Tints of Blumine #356071

Color information

#356071 (or 0x356071) is unknown color: approx Blumine. HEX triplet: 35, 60 and 71. RGB value is (53,96,113). Sum of RGB (Red+Green+Blue) = 53+96+113=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #356071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356071 is #CA9F8E. Grayscale: #545454. Windows color (decimal): -13279119 or 7430197. OLE color: 7430197.

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

Color convert

RGB5396113-
CMYK0.530.1500.56
HSL197º36.14%32.55%-
HSV(B)197º53.1%44.31%-
XYZ8.6310.3117.16-
YUV85.08143.75105.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.23%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=20.23%
G=36.64%
B=43.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53961130.530.1500.5619736.1432.55
Hex35607135F038c52421
Octal6514016165170703054441
Binary110101110000011100011101011111011100011000101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356071; }

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

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

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

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

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

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

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

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