#356075

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

Shades of Blumine #356075

Tints of Blumine #356075

Color information

#356075 (or 0x356075) is unknown color: approx Blumine. HEX triplet: 35, 60 and 75. RGB value is (53,96,117). Sum of RGB (Red+Green+Blue) = 53+96+117=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #356075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356075 is #CA9F8A. Grayscale: #555555. Windows color (decimal): -13279115 or 7692341. OLE color: 7692341.

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

Color convert

RGB5396117-
CMYK0.550.1800.54
HSL199.69º37.65%33.33%-
HSV(B)199.69º54.7%45.88%-
XYZ8.8610.4118.37-
YUV85.54145.75104.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.92%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 117 (46.09% from 255) = 43.98%
R=19.92%
G=36.09%
B=43.98%

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
Decimal53961170.550.1800.54199.6937.6533.33
Hex3560753712036c82621
Octal6514016567220663104641
Binary1101011100000111010111011110010011011011001000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356075; }

 p { color: rgb(53,96,117); }

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

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

 a { background-color: rgb(53,96,117); }

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

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

 span { border-color: rgb(53,96,117); }

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