#356876

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

Shades of Blumine #356876

Tints of Blumine #356876

Color information

#356876 (or 0x356876) is unknown color: approx Blumine. HEX triplet: 35, 68 and 76. RGB value is (53,104,118). Sum of RGB (Red+Green+Blue) = 53+104+118=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #356876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356876 is #CA9789. Grayscale: #5A5A5A. Windows color (decimal): -13277066 or 7759925. OLE color: 7759925.

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

Color convert

RGB53104118-
CMYK0.550.1200.54
HSL192.92º38.01%33.53%-
HSV(B)192.92º55.08%46.27%-
XYZ9.6911.9718.94-
YUV90.35143.6101.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.27%
GREEN value IS 104 (41.02% from 255) = 37.82%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=19.27%
G=37.82%
B=42.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531041180.550.1200.54192.9238.0133.53
Hex35687637C036c12622
Octal6515016667140663014642
Binary110101110100011101101101111100011011011000001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356876; }

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

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

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

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

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

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

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

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