#34297A

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

Shades of Minsk #34297A

Tints of Minsk #34297A

Color information

#34297A (or 0x34297A) is unknown color: approx Minsk. HEX triplet: 34, 29 and 7A. RGB value is (52,41,122). Sum of RGB (Red+Green+Blue) = 52+41+122=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #34297A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34297A is #CBD685. Grayscale: #353535. Windows color (decimal): -13358726 or 8005940. OLE color: 8005940.

HSL color Cylindrical-coordinate representation of color #34297A: hue angle of 248.15º 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 #34297A is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5241122-
CMYK0.570.6600.52
HSL248.15º49.69%31.96%-
HSV(B)248.15º66.39%47.84%-
XYZ5.723.7218.83-
YUV53.52166.64126.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.19%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 122 (48.05% from 255) = 56.74%
R=24.19%
G=19.07%
B=56.74%

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
Decimal52411220.570.6600.52248.1549.6931.96
Hex34297A3942034f83220
Octal6451172711020643706240
Binary11010010100111110101110011000010011010011111000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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