#356875

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

Shades of Blumine #356875

Tints of Blumine #356875

Color information

#356875 (or 0x356875) is unknown color: approx Blumine. HEX triplet: 35, 68 and 75. RGB value is (53,104,117). Sum of RGB (Red+Green+Blue) = 53+104+117=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #356875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356875 is #CA978A. Grayscale: #5A5A5A. Windows color (decimal): -13277067 or 7694389. OLE color: 7694389.

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

Color convert

RGB53104117-
CMYK0.550.1100.54
HSL192.19º37.65%33.33%-
HSV(B)192.19º54.7%45.88%-
XYZ9.6311.9418.63-
YUV90.23143.1101.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 104 (41.02% from 255) = 37.96%
BLUE value IS 117 (46.09% from 255) = 42.70%
R=19.34%
G=37.96%
B=42.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531041170.550.1100.54192.1937.6533.33
Hex35687537B036c02621
Octal6515016567130663004641
Binary110101110100011101011101111011011011011000000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356875; }

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

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

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

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

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

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

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

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