#356674

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

Shades of Blumine #356674

Tints of Blumine #356674

Color information

#356674 (or 0x356674) is unknown color: approx Blumine. HEX triplet: 35, 66 and 74. RGB value is (53,102,116). Sum of RGB (Red+Green+Blue) = 53+102+116=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 116 - color contains mainly: blue. Hex color #356674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356674 is #CA998B. Grayscale: #585858. Windows color (decimal): -13277580 or 7628341. OLE color: 7628341.

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

Color convert

RGB53102116-
CMYK0.540.1200.55
HSL193.33º37.28%33.14%-
HSV(B)193.33º54.31%45.49%-
XYZ9.3711.5218.25-
YUV88.94143.27102.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 102 (40.23% from 255) = 37.64%
BLUE value IS 116 (45.70% from 255) = 42.80%
R=19.56%
G=37.64%
B=42.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531021160.540.1200.55193.3337.2833.14
Hex35667436C037c12521
Octal6514616466140673014541
Binary110101110011011101001101101100011011111000001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356674; }

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

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

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

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

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

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

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

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