#38257F

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

Shades of Windsor #38257F

Tints of Windsor #38257F

Color information

#38257F (or 0x38257F) is unknown color: approx Windsor. HEX triplet: 38, 25 and 7F. RGB value is (56,37,127). Sum of RGB (Red+Green+Blue) = 56+37+127=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #38257F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38257F is #C7DA80. Grayscale: #343434. Windows color (decimal): -13097601 or 8332600. OLE color: 8332600.

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

Color convert

RGB5637127-
CMYK0.560.7100.50
HSL252.67º54.88%32.16%-
HSV(B)252.67º70.87%49.8%-
XYZ6.123.720.47-
YUV52.94169.79130.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.45%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 127 (50% from 255) = 57.73%
R=25.45%
G=16.82%
B=57.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56371270.560.7100.50252.6754.8832.16
Hex38257F3847032fd3720
Octal7045177701070623756740
Binary11100010010111111111110001000111011001011111101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38257F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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