#356974

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

Shades of Blumine #356974

Tints of Blumine #356974

Color information

#356974 (or 0x356974) is unknown color: approx Blumine. HEX triplet: 35, 69 and 74. RGB value is (53,105,116). Sum of RGB (Red+Green+Blue) = 53+105+116=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #356974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356974 is #CA968B. Grayscale: #5A5A5A. Windows color (decimal): -13276812 or 7629109. OLE color: 7629109.

HSL color Cylindrical-coordinate representation of color #356974: hue angle of 190.48º 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 #356974 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB53105116-
CMYK0.540.0900.55
HSL190.48º37.28%33.14%-
HSV(B)190.48º54.31%45.49%-
XYZ9.6712.1218.35-
YUV90.71142.27101.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 105 (41.41% from 255) = 38.32%
BLUE value IS 116 (45.70% from 255) = 42.34%
R=19.34%
G=38.32%
B=42.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531051160.540.0900.55190.4837.2833.14
Hex356974369037be2521
Octal6515116466110672764541
Binary110101110100111101001101101001011011110111110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356974; }

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

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

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

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

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

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

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

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