#35297A

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

Shades of Minsk #35297A

Tints of Minsk #35297A

Color information

#35297A (or 0x35297A) is unknown color: approx Minsk. HEX triplet: 35, 29 and 7A. RGB value is (53,41,122). Sum of RGB (Red+Green+Blue) = 53+41+122=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 122 (48.05% from 255 or 56.48% from 216); Max value from RGB is 122 - color contains mainly: blue. Hex color #35297A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35297A is #CAD685. Grayscale: #353535. Windows color (decimal): -13293190 or 8005941. OLE color: 8005941.

HSL color Cylindrical-coordinate representation of color #35297A: hue angle of 248.89º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35297A is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5341122-
CMYK0.570.6600.52
HSL248.89º49.69%31.96%-
HSV(B)248.89º66.39%47.84%-
XYZ5.773.7518.83-
YUV53.82166.48127.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.54%
GREEN value IS 41 (16.41% from 255) = 18.98%
BLUE value IS 122 (48.05% from 255) = 56.48%
R=24.54%
G=18.98%
B=56.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53411220.570.6600.52248.8949.6931.96
Hex35297A3942034f93220
Octal6551172711020643716240
Binary11010110100111110101110011000010011010011111001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35297A; }

 p { color: rgb(53,41,122); }

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

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

 a { background-color: rgb(53,41,122); }

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

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

 span { border-color: rgb(53,41,122); }

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