#356177

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

Shades of Blumine #356177

Tints of Blumine #356177

Color information

#356177 (or 0x356177) is unknown color: approx Blumine. HEX triplet: 35, 61 and 77. RGB value is (53,97,119). Sum of RGB (Red+Green+Blue) = 53+97+119=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #356177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356177 is #CA9E88. Grayscale: #565656. Windows color (decimal): -13278857 or 7823669. OLE color: 7823669.

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

Color convert

RGB5397119-
CMYK0.550.1800.53
HSL200º38.37%33.73%-
HSV(B)200º55.46%46.67%-
XYZ9.0710.6419.03-
YUV86.35146.42104.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.70%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 119 (46.88% from 255) = 44.24%
R=19.70%
G=36.06%
B=44.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53971190.550.1800.5320038.3733.73
Hex3561773712035c82622
Octal6514116767220653104642
Binary1101011100001111011111011110010011010111001000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356177; }

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

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

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

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

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

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

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

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