#356377

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

Shades of Blumine #356377

Tints of Blumine #356377

Color information

#356377 (or 0x356377) is unknown color: approx Blumine. HEX triplet: 35, 63 and 77. RGB value is (53,99,119). Sum of RGB (Red+Green+Blue) = 53+99+119=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #356377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356377 is #CA9C88. Grayscale: #575757. Windows color (decimal): -13278345 or 7824181. OLE color: 7824181.

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

Color convert

RGB5399119-
CMYK0.550.1700.53
HSL198.18º38.37%33.73%-
HSV(B)198.18º55.46%46.67%-
XYZ9.2611.0119.09-
YUV87.53145.76103.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 99 (39.06% from 255) = 36.53%
BLUE value IS 119 (46.88% from 255) = 43.91%
R=19.56%
G=36.53%
B=43.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53991190.550.1700.53198.1838.3733.73
Hex3563773711035c62622
Octal6514316767210653064642
Binary1101011100011111011111011110001011010111000110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356377; }

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

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

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

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

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

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

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

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