#34297B

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

Shades of Minsk #34297B

Tints of Minsk #34297B

Color information

#34297B (or 0x34297B) is unknown color: approx Minsk. HEX triplet: 34, 29 and 7B. RGB value is (52,41,123). Sum of RGB (Red+Green+Blue) = 52+41+123=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 123 (48.44% from 255 or 56.94% from 216); Max value from RGB is 123 - color contains mainly: blue. Hex color #34297B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34297B is #CBD684. Grayscale: #353535. Windows color (decimal): -13358725 or 8071476. OLE color: 8071476.

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

Color convert

RGB5241123-
CMYK0.580.6700.52
HSL248.05º50%32.16%-
HSV(B)248.05º66.67%48.24%-
XYZ5.783.7519.16-
YUV53.64167.14126.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.07%
GREEN value IS 41 (16.41% from 255) = 18.98%
BLUE value IS 123 (48.44% from 255) = 56.94%
R=24.07%
G=18.98%
B=56.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52411230.580.6700.52248.055032.16
Hex34297B3A43034f83220
Octal6451173721030643706240
Binary11010010100111110111110101000011011010011111000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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