#34287A

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

Shades of Minsk #34287A

Tints of Minsk #34287A

Color information

#34287A (or 0x34287A) is unknown color: approx Minsk. HEX triplet: 34, 28 and 7A. RGB value is (52,40,122). Sum of RGB (Red+Green+Blue) = 52+40+122=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 122 (48.05% from 255 or 57.01% from 214); Max value from RGB is 122 - color contains mainly: blue. Hex color #34287A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34287A is #CBD785. Grayscale: #343434. Windows color (decimal): -13358982 or 8005684. OLE color: 8005684.

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

Color convert

RGB5240122-
CMYK0.570.6700.52
HSL248.78º50.62%31.76%-
HSV(B)248.78º67.21%47.84%-
XYZ5.693.6518.82-
YUV52.94166.98127.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 40 (16.02% from 255) = 18.69%
BLUE value IS 122 (48.05% from 255) = 57.01%
R=24.30%
G=18.69%
B=57.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52401220.570.6700.52248.7850.6231.76
Hex34287A3943034f93320
Octal6450172711030643716340
Binary11010010100011110101110011000011011010011111001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34287A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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