#38247E

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

Shades of Windsor #38247E

Tints of Windsor #38247E

Color information

#38247E (or 0x38247E) is unknown color: approx Windsor. HEX triplet: 38, 24 and 7E. RGB value is (56,36,126). Sum of RGB (Red+Green+Blue) = 56+36+126=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 126 (49.61% from 255 or 57.80% from 218); Max value from RGB is 126 - color contains mainly: blue. Hex color #38247E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38247E is #C7DB81. Grayscale: #333333. Windows color (decimal): -13097858 or 8266808. OLE color: 8266808.

HSL color Cylindrical-coordinate representation of color #38247E: hue angle of 253.33º degrees, saturation: 0.56, 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 #38247E is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5636126-
CMYK0.560.7100.51
HSL253.33º55.56%31.76%-
HSV(B)253.33º71.43%49.41%-
XYZ6.033.6120.12-
YUV52.24169.63130.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 36 (14.45% from 255) = 16.51%
BLUE value IS 126 (49.61% from 255) = 57.80%
R=25.69%
G=16.51%
B=57.80%

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
Decimal56361260.560.7100.51253.3355.5631.76
Hex38247E3847033fd3820
Octal7044176701070633757040
Binary11100010010011111101110001000111011001111111101111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38247E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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