#35576F

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

Shades of Blumine #35576F

Tints of Blumine #35576F

Color information

#35576F (or 0x35576F) is unknown color: approx Blumine. HEX triplet: 35, 57 and 6F. RGB value is (53,87,111). Sum of RGB (Red+Green+Blue) = 53+87+111=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 111 - color contains mainly: blue. Hex color #35576F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35576F is #CAA890. Grayscale: #4F4F4F. Windows color (decimal): -13281425 or 7296821. OLE color: 7296821.

HSL color Cylindrical-coordinate representation of color #35576F: hue angle of 204.83º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #35576F is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5387111-
CMYK0.520.2200.56
HSL204.83º35.37%32.16%-
HSV(B)204.83º52.25%43.53%-
XYZ7.758.7216.31-
YUV79.57145.74109.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.12%
GREEN value IS 87 (34.38% from 255) = 34.66%
BLUE value IS 111 (43.75% from 255) = 44.22%
R=21.12%
G=34.66%
B=44.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53871110.520.2200.56204.8335.3732.16
Hex35576F3416038cd2320
Octal6512715764260703154340
Binary1101011010111110111111010010110011100011001101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35576F; }

 p { color: rgb(53,87,111); }

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

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

 a { background-color: rgb(53,87,111); }

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

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

 span { border-color: rgb(53,87,111); }

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