#34297C

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

Shades of Minsk #34297C

Tints of Minsk #34297C

Color information

#34297C (or 0x34297C) is unknown color: approx Minsk. HEX triplet: 34, 29 and 7C. RGB value is (52,41,124). Sum of RGB (Red+Green+Blue) = 52+41+124=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #34297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34297C is #CBD683. Grayscale: #353535. Windows color (decimal): -13358724 or 8137012. OLE color: 8137012.

HSL color Cylindrical-coordinate representation of color #34297C: hue angle of 247.95º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34297C is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5241124-
CMYK0.580.6700.51
HSL247.95º50.3%32.35%-
HSV(B)247.95º66.94%48.63%-
XYZ5.853.7719.49-
YUV53.75167.64126.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 41 (16.41% from 255) = 18.89%
BLUE value IS 124 (48.83% from 255) = 57.14%
R=23.96%
G=18.89%
B=57.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52411240.580.6700.51247.9550.332.35
Hex34297C3A43033f83220
Octal6451174721030633706240
Binary11010010100111111001110101000011011001111111000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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