#356975

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

Shades of Blumine #356975

Tints of Blumine #356975

Color information

#356975 (or 0x356975) is unknown color: approx Blumine. HEX triplet: 35, 69 and 75. RGB value is (53,105,117). Sum of RGB (Red+Green+Blue) = 53+105+117=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #356975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356975 is #CA968A. Grayscale: #5A5A5A. Windows color (decimal): -13276811 or 7694645. OLE color: 7694645.

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

Color convert

RGB53105117-
CMYK0.550.1000.54
HSL191.25º37.65%33.33%-
HSV(B)191.25º54.7%45.88%-
XYZ9.7312.1418.66-
YUV90.82142.77101.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.27%
GREEN value IS 105 (41.41% from 255) = 38.18%
BLUE value IS 117 (46.09% from 255) = 42.55%
R=19.27%
G=38.18%
B=42.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531051170.550.1000.54191.2537.6533.33
Hex35697537A036bf2621
Octal6515116567120662774641
Binary110101110100111101011101111010011011010111111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356975; }

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

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

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

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

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

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

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

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