#356176

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

Shades of Blumine #356176

Tints of Blumine #356176

Color information

#356176 (or 0x356176) is unknown color: approx Blumine. HEX triplet: 35, 61 and 76. RGB value is (53,97,118). Sum of RGB (Red+Green+Blue) = 53+97+118=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #356176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356176 is #CA9E89. Grayscale: #565656. Windows color (decimal): -13278858 or 7758133. OLE color: 7758133.

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

Color convert

RGB5397118-
CMYK0.550.1800.54
HSL199.38º38.01%33.53%-
HSV(B)199.38º55.08%46.27%-
XYZ9.0110.6118.71-
YUV86.24145.92104.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 97 (38.28% from 255) = 36.19%
BLUE value IS 118 (46.48% from 255) = 44.03%
R=19.78%
G=36.19%
B=44.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53971180.550.1800.54199.3838.0133.53
Hex3561763712036c72622
Octal6514116667220663074642
Binary1101011100001111011011011110010011011011000111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356176; }

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

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

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

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

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

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

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

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