#356778

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

Shades of Blumine #356778

Tints of Blumine #356778

Color information

#356778 (or 0x356778) is unknown color: approx Blumine. HEX triplet: 35, 67 and 78. RGB value is (53,103,120). Sum of RGB (Red+Green+Blue) = 53+103+120=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #356778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356778 is #CA9887. Grayscale: #595959. Windows color (decimal): -13277320 or 7890741. OLE color: 7890741.

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

Color convert

RGB53103120-
CMYK0.560.1400.53
HSL195.22º38.73%33.92%-
HSV(B)195.22º55.83%47.06%-
XYZ9.7111.8119.54-
YUV89.99144.94101.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 103 (40.62% from 255) = 37.32%
BLUE value IS 120 (47.27% from 255) = 43.48%
R=19.20%
G=37.32%
B=43.48%

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
Decimal531031200.560.1400.53195.2238.7333.92
Hex35677838E035c32722
Octal6514717070160653034742
Binary110101110011111110001110001110011010111000011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356778; }

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

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

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

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

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

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

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

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