#356174

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

Shades of Blumine #356174

Tints of Blumine #356174

Color information

#356174 (or 0x356174) is unknown color: approx Blumine. HEX triplet: 35, 61 and 74. RGB value is (53,97,116). Sum of RGB (Red+Green+Blue) = 53+97+116=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: blue. Hex color #356174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356174 is #CA9E8B. Grayscale: #555555. Windows color (decimal): -13278860 or 7627061. OLE color: 7627061.

HSL color Cylindrical-coordinate representation of color #356174: hue angle of 198.1º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #356174 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5397116-
CMYK0.540.1600.55
HSL198.1º37.28%33.14%-
HSV(B)198.1º54.31%45.49%-
XYZ8.910.5718.09-
YUV86.01144.92104.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.92%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 116 (45.70% from 255) = 43.61%
R=19.92%
G=36.47%
B=43.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53971160.540.1600.55198.137.2833.14
Hex3561743610037c62521
Octal6514116466200673064541
Binary1101011100001111010011011010000011011111000110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356174; }

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

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

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

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

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

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

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

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