#356978

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

Shades of Blumine #356978

Tints of Blumine #356978

Color information

#356978 (or 0x356978) is unknown color: approx Blumine. HEX triplet: 35, 69 and 78. RGB value is (53,105,120). Sum of RGB (Red+Green+Blue) = 53+105+120=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #356978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356978 is #CA9687. Grayscale: #5B5B5B. Windows color (decimal): -13276808 or 7891253. OLE color: 7891253.

HSL color Cylindrical-coordinate representation of color #356978: hue angle of 193.43º 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 #356978 is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB53105120-
CMYK0.560.1300.53
HSL193.43º38.73%33.92%-
HSV(B)193.43º55.83%47.06%-
XYZ9.9112.2219.6-
YUV91.16144.27100.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 105 (41.41% from 255) = 37.77%
BLUE value IS 120 (47.27% from 255) = 43.17%
R=19.06%
G=37.77%
B=43.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531051200.560.1300.53193.4338.7333.92
Hex35697838D035c12722
Octal6515117070150653014742
Binary110101110100111110001110001101011010111000001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356978; }

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

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

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

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

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

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

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

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