#38297F

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

Shades of Windsor #38297F

Tints of Windsor #38297F

Color information

#38297F (or 0x38297F) is unknown color: approx Windsor. HEX triplet: 38, 29 and 7F. RGB value is (56,41,127). Sum of RGB (Red+Green+Blue) = 56+41+127=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #38297F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38297F is #C7D680. Grayscale: #363636. Windows color (decimal): -13096577 or 8333624. OLE color: 8333624.

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

Color convert

RGB5641127-
CMYK0.560.6800.50
HSL250.47º51.19%32.94%-
HSV(B)250.47º67.72%49.8%-
XYZ6.253.9620.51-
YUV55.29168.47128.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 41 (16.41% from 255) = 18.30%
BLUE value IS 127 (50% from 255) = 56.70%
R=25%
G=18.30%
B=56.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56411270.560.6800.50250.4751.1932.94
Hex38297F3844032fa3321
Octal7051177701040623726341
Binary11100010100111111111110001000100011001011111010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38297F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,41,127); }

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

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

 a { background-color: rgb(56,41,127); }

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

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

 span { border-color: rgb(56,41,127); }

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