#356571

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

Shades of Blumine #356571

Tints of Blumine #356571

Color information

#356571 (or 0x356571) is unknown color: approx Blumine. HEX triplet: 35, 65 and 71. RGB value is (53,101,113). Sum of RGB (Red+Green+Blue) = 53+101+113=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 113 - color contains mainly: blue. Hex color #356571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356571 is #CA9A8E. Grayscale: #575757. Windows color (decimal): -13277839 or 7431477. OLE color: 7431477.

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

Color convert

RGB53101113-
CMYK0.530.1100.56
HSL192º36.14%32.55%-
HSV(B)192º53.1%44.31%-
XYZ9.111.2617.32-
YUV88.02142.1103.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.85%
GREEN value IS 101 (39.84% from 255) = 37.83%
BLUE value IS 113 (44.53% from 255) = 42.32%
R=19.85%
G=37.83%
B=42.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531011130.530.1100.5619236.1432.55
Hex35657135B038c02421
Octal6514516165130703004441
Binary110101110010111100011101011011011100011000000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356571; }

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

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

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

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

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

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

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

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