#38267C

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

Shades of Windsor #38267C

Tints of Windsor #38267C

Color information

#38267C (or 0x38267C) is unknown color: approx Windsor. HEX triplet: 38, 26 and 7C. RGB value is (56,38,124). Sum of RGB (Red+Green+Blue) = 56+38+124=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #38267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38267C is #C7D983. Grayscale: #343434. Windows color (decimal): -13097348 or 8136248. OLE color: 8136248.

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

Color convert

RGB5638124-
CMYK0.550.6900.51
HSL252.56º53.09%31.76%-
HSV(B)252.56º69.35%48.63%-
XYZ5.963.6819.47-
YUV53.19167.96130.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 38 (15.23% from 255) = 17.43%
BLUE value IS 124 (48.83% from 255) = 56.88%
R=25.69%
G=17.43%
B=56.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56381240.550.6900.51252.5653.0931.76
Hex38267C3745033fd3520
Octal7046174671050633756540
Binary11100010011011111001101111000101011001111111101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38267C; }

 p { color: rgb(56,38,124); }

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

<style>
 a { background-color: #38267C; }

 a { background-color: rgb(56,38,124); }

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

<style>
 span { border-color: #38267C; }

 span { border-color: rgb(56,38,124); }

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