#356976

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

Shades of Blumine #356976

Tints of Blumine #356976

Color information

#356976 (or 0x356976) is unknown color: approx Blumine. HEX triplet: 35, 69 and 76. RGB value is (53,105,118). Sum of RGB (Red+Green+Blue) = 53+105+118=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #356976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356976 is #CA9689. Grayscale: #5A5A5A. Windows color (decimal): -13276810 or 7760181. OLE color: 7760181.

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

Color convert

RGB53105118-
CMYK0.550.1100.54
HSL192º38.01%33.53%-
HSV(B)192º55.08%46.27%-
XYZ9.7912.1718.97-
YUV90.93143.27100.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 105 (41.41% from 255) = 38.04%
BLUE value IS 118 (46.48% from 255) = 42.75%
R=19.20%
G=38.04%
B=42.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531051180.550.1100.5419238.0133.53
Hex35697637B036c02622
Octal6515116667130663004642
Binary110101110100111101101101111011011011011000000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356976; }

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

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

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

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

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

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

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

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