#34287F

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

Shades of Windsor #34287F

Tints of Windsor #34287F

Color information

#34287F (or 0x34287F) is unknown color: approx Windsor. HEX triplet: 34, 28 and 7F. RGB value is (52,40,127). Sum of RGB (Red+Green+Blue) = 52+40+127=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #34287F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34287F is #CBD780. Grayscale: #353535. Windows color (decimal): -13358977 or 8333364. OLE color: 8333364.

HSL color Cylindrical-coordinate representation of color #34287F: hue angle of 248.28º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34287F is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5240127-
CMYK0.590.6900.50
HSL248.28º52.1%32.75%-
HSV(B)248.28º68.5%49.8%-
XYZ6.013.7820.49-
YUV53.51169.48126.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 40 (16.02% from 255) = 18.26%
BLUE value IS 127 (50% from 255) = 57.99%
R=23.74%
G=18.26%
B=57.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52401270.590.6900.50248.2852.132.75
Hex34287F3B45032f83421
Octal6450177731050623706441
Binary11010010100011111111110111000101011001011111000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34287F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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