#356374

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

Shades of Blumine #356374

Tints of Blumine #356374

Color information

#356374 (or 0x356374) is unknown color: approx Blumine. HEX triplet: 35, 63 and 74. RGB value is (53,99,116). Sum of RGB (Red+Green+Blue) = 53+99+116=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 116 - color contains mainly: blue. Hex color #356374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356374 is #CA9C8B. Grayscale: #575757. Windows color (decimal): -13278348 or 7627573. OLE color: 7627573.

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

Color convert

RGB5399116-
CMYK0.540.1500.55
HSL196.19º37.28%33.14%-
HSV(B)196.19º54.31%45.49%-
XYZ9.0810.9418.16-
YUV87.18144.26103.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 99 (39.06% from 255) = 36.94%
BLUE value IS 116 (45.70% from 255) = 43.28%
R=19.78%
G=36.94%
B=43.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53991160.540.1500.55196.1937.2833.14
Hex35637436F037c42521
Octal6514316466170673044541
Binary110101110001111101001101101111011011111000100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356374; }

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

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

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

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

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

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

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

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