#356774

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

Shades of Blumine #356774

Tints of Blumine #356774

Color information

#356774 (or 0x356774) is unknown color: approx Blumine. HEX triplet: 35, 67 and 74. RGB value is (53,103,116). Sum of RGB (Red+Green+Blue) = 53+103+116=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #356774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356774 is #CA988B. Grayscale: #595959. Windows color (decimal): -13277324 or 7628597. OLE color: 7628597.

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

Color convert

RGB53103116-
CMYK0.540.1100.55
HSL192.38º37.28%33.14%-
HSV(B)192.38º54.31%45.49%-
XYZ9.4711.7218.29-
YUV89.53142.94101.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.49%
GREEN value IS 103 (40.62% from 255) = 37.87%
BLUE value IS 116 (45.70% from 255) = 42.65%
R=19.49%
G=37.87%
B=42.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531031160.540.1100.55192.3837.2833.14
Hex35677436B037c02521
Octal6514716466130673004541
Binary110101110011111101001101101011011011111000000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356774; }

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

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

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

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

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

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

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

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