#38247B

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

Shades of Windsor #38247B

Tints of Windsor #38247B

Color information

#38247B (or 0x38247B) is unknown color: approx Windsor. HEX triplet: 38, 24 and 7B. RGB value is (56,36,123). Sum of RGB (Red+Green+Blue) = 56+36+123=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #38247B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38247B is #C7DB84. Grayscale: #333333. Windows color (decimal): -13097861 or 8070200. OLE color: 8070200.

HSL color Cylindrical-coordinate representation of color #38247B: hue angle of 253.79º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38247B is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5636123-
CMYK0.540.7100.52
HSL253.79º54.72%31.18%-
HSV(B)253.79º70.73%48.24%-
XYZ5.843.5319.11-
YUV51.9168.13130.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 36 (14.45% from 255) = 16.74%
BLUE value IS 123 (48.44% from 255) = 57.21%
R=26.05%
G=16.74%
B=57.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56361230.540.7100.52253.7954.7231.18
Hex38247B3647034fe371f
Octal7044173661070643766737
Binary1110001001001111011110110100011101101001111111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38247B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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