#356879

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

Shades of Blumine #356879

Tints of Blumine #356879

Color information

#356879 (or 0x356879) is unknown color: approx Blumine. HEX triplet: 35, 68 and 79. RGB value is (53,104,121). Sum of RGB (Red+Green+Blue) = 53+104+121=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 121 - color contains mainly: blue. Hex color #356879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356879 is #CA9786. Grayscale: #5A5A5A. Windows color (decimal): -13277063 or 7956533. OLE color: 7956533.

HSL color Cylindrical-coordinate representation of color #356879: hue angle of 195º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #356879 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB53104121-
CMYK0.560.1400.53
HSL195º39.08%34.12%-
HSV(B)195º56.2%47.45%-
XYZ9.8712.0419.89-
YUV90.69145.1101.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 104 (41.02% from 255) = 37.41%
BLUE value IS 121 (47.66% from 255) = 43.53%
R=19.06%
G=37.41%
B=43.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531041210.560.1400.5319539.0834.12
Hex35687938E035c32722
Octal6515017170160653034742
Binary110101110100011110011110001110011010111000011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356879; }

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

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

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

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

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

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

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

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