#356376

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

Shades of Blumine #356376

Tints of Blumine #356376

Color information

#356376 (or 0x356376) is unknown color: approx Blumine. HEX triplet: 35, 63 and 76. RGB value is (53,99,118). Sum of RGB (Red+Green+Blue) = 53+99+118=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #356376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356376 is #CA9C89. Grayscale: #575757. Windows color (decimal): -13278346 or 7758645. OLE color: 7758645.

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

Color convert

RGB5399118-
CMYK0.550.1600.54
HSL197.54º38.01%33.53%-
HSV(B)197.54º55.08%46.27%-
XYZ9.210.9918.78-
YUV87.41145.26103.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 99 (39.06% from 255) = 36.67%
BLUE value IS 118 (46.48% from 255) = 43.70%
R=19.63%
G=36.67%
B=43.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53991180.550.1600.54197.5438.0133.53
Hex3563763710036c62622
Octal6514316667200663064642
Binary1101011100011111011011011110000011011011000110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356376; }

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

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

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

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

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

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

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

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