#38297C

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

Shades of Windsor #38297C

Tints of Windsor #38297C

Color information

#38297C (or 0x38297C) is unknown color: approx Windsor. HEX triplet: 38, 29 and 7C. RGB value is (56,41,124). Sum of RGB (Red+Green+Blue) = 56+41+124=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #38297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38297C is #C7D683. Grayscale: #363636. Windows color (decimal): -13096580 or 8137016. OLE color: 8137016.

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

Color convert

RGB5641124-
CMYK0.550.6700.51
HSL250.84º50.3%32.35%-
HSV(B)250.84º66.94%48.63%-
XYZ6.063.8819.5-
YUV54.95166.97128.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.34%
GREEN value IS 41 (16.41% from 255) = 18.55%
BLUE value IS 124 (48.83% from 255) = 56.11%
R=25.34%
G=18.55%
B=56.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56411240.550.6700.51250.8450.332.35
Hex38297C3743033fb3220
Octal7051174671030633736240
Binary11100010100111111001101111000011011001111111011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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