#38257D

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

Shades of Windsor #38257D

Tints of Windsor #38257D

Color information

#38257D (or 0x38257D) is unknown color: approx Windsor. HEX triplet: 38, 25 and 7D. RGB value is (56,37,125). Sum of RGB (Red+Green+Blue) = 56+37+125=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #38257D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38257D is #C7DA82. Grayscale: #343434. Windows color (decimal): -13097603 or 8201528. OLE color: 8201528.

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

Color convert

RGB5637125-
CMYK0.550.7000.51
HSL252.95º54.32%31.76%-
HSV(B)252.95º70.4%49.02%-
XYZ5.993.6419.79-
YUV52.71168.79130.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 125 (49.22% from 255) = 57.34%
R=25.69%
G=16.97%
B=57.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56371250.550.7000.51252.9554.3231.76
Hex38257D3746033fd3620
Octal7045175671060633756640
Binary11100010010111111011101111000110011001111111101110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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