#356178

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

Shades of Blumine #356178

Tints of Blumine #356178

Color information

#356178 (or 0x356178) is unknown color: approx Blumine. HEX triplet: 35, 61 and 78. RGB value is (53,97,120). Sum of RGB (Red+Green+Blue) = 53+97+120=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #356178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356178 is #CA9E87. Grayscale: #565656. Windows color (decimal): -13278856 or 7889205. OLE color: 7889205.

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

Color convert

RGB5397120-
CMYK0.560.1900.53
HSL200.6º38.73%33.92%-
HSV(B)200.6º55.83%47.06%-
XYZ9.1310.6619.35-
YUV86.47146.92104.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 97 (38.28% from 255) = 35.93%
BLUE value IS 120 (47.27% from 255) = 44.44%
R=19.63%
G=35.93%
B=44.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53971200.560.1900.53200.638.7333.92
Hex3561783813035c92722
Octal6514117070230653114742
Binary1101011100001111100011100010011011010111001001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356178; }

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

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

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

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

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

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

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

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