#38257E

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

Shades of Windsor #38257E

Tints of Windsor #38257E

Color information

#38257E (or 0x38257E) is unknown color: approx Windsor. HEX triplet: 38, 25 and 7E. RGB value is (56,37,126). Sum of RGB (Red+Green+Blue) = 56+37+126=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 126 (49.61% from 255 or 57.53% from 219); Max value from RGB is 126 - color contains mainly: blue. Hex color #38257E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38257E is #C7DA81. Grayscale: #343434. Windows color (decimal): -13097602 or 8267064. OLE color: 8267064.

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

Color convert

RGB5637126-
CMYK0.560.7100.51
HSL252.81º54.6%31.96%-
HSV(B)252.81º70.63%49.41%-
XYZ6.063.6720.13-
YUV52.83169.29130.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.57%
GREEN value IS 37 (14.84% from 255) = 16.89%
BLUE value IS 126 (49.61% from 255) = 57.53%
R=25.57%
G=16.89%
B=57.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56371260.560.7100.51252.8154.631.96
Hex38257E3847033fd3720
Octal7045176701070633756740
Binary11100010010111111101110001000111011001111111101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38257E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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