#356575

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

Shades of Blumine #356575

Tints of Blumine #356575

Color information

#356575 (or 0x356575) is unknown color: approx Blumine. HEX triplet: 35, 65 and 75. RGB value is (53,101,117). Sum of RGB (Red+Green+Blue) = 53+101+117=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #356575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356575 is #CA9A8A. Grayscale: #585858. Windows color (decimal): -13277835 or 7693621. OLE color: 7693621.

HSL color Cylindrical-coordinate representation of color #356575: hue angle of 195º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #356575 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB53101117-
CMYK0.550.1400.54
HSL195º37.65%33.33%-
HSV(B)195º54.7%45.88%-
XYZ9.3311.3518.53-
YUV88.47144.1102.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 101 (39.84% from 255) = 37.27%
BLUE value IS 117 (46.09% from 255) = 43.17%
R=19.56%
G=37.27%
B=43.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531011170.550.1400.5419537.6533.33
Hex35657537E036c32621
Octal6514516567160663034641
Binary110101110010111101011101111110011011011000011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356575; }

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

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

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

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

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

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

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

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