#356A78

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

Shades of Blumine #356A78

Tints of Blumine #356A78

Color information

#356A78 (or 0x356A78) is unknown color: approx Blumine. HEX triplet: 35, 6A and 78. RGB value is (53,106,120). Sum of RGB (Red+Green+Blue) = 53+106+120=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 120 - color contains mainly: blue. Hex color #356A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356A78 is #CA9587. Grayscale: #5B5B5B. Windows color (decimal): -13276552 or 7891509. OLE color: 7891509.

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

Color convert

RGB53106120-
CMYK0.560.1200.53
HSL192.54º38.73%33.92%-
HSV(B)192.54º55.83%47.06%-
XYZ10.0112.4219.64-
YUV91.75143.94100.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 106 (41.80% from 255) = 37.99%
BLUE value IS 120 (47.27% from 255) = 43.01%
R=19.00%
G=37.99%
B=43.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531061200.560.1200.53192.5438.7333.92
Hex356A7838C035c12722
Octal6515217070140653014742
Binary110101110101011110001110001100011010111000001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356A78; }

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

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

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

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

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

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

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

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