#356576

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

Shades of Blumine #356576

Tints of Blumine #356576

Color information

#356576 (or 0x356576) is unknown color: approx Blumine. HEX triplet: 35, 65 and 76. RGB value is (53,101,118). Sum of RGB (Red+Green+Blue) = 53+101+118=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #356576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356576 is #CA9A89. Grayscale: #585858. Windows color (decimal): -13277834 or 7759157. OLE color: 7759157.

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

Color convert

RGB53101118-
CMYK0.550.1400.54
HSL195.69º38.01%33.53%-
HSV(B)195.69º55.08%46.27%-
XYZ9.3911.3718.84-
YUV88.59144.6102.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.49%
GREEN value IS 101 (39.84% from 255) = 37.13%
BLUE value IS 118 (46.48% from 255) = 43.38%
R=19.49%
G=37.13%
B=43.38%

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
Decimal531011180.550.1400.54195.6938.0133.53
Hex35657637E036c42622
Octal6514516667160663044642
Binary110101110010111101101101111110011011011000100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356576; }

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

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

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

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

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

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

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

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