#38277A

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

Shades of Windsor #38277A

Tints of Windsor #38277A

Color information

#38277A (or 0x38277A) is unknown color: approx Windsor. HEX triplet: 38, 27 and 7A. RGB value is (56,39,122). Sum of RGB (Red+Green+Blue) = 56+39+122=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #38277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38277A is #C7D885. Grayscale: #353535. Windows color (decimal): -13097094 or 8005432. OLE color: 8005432.

HSL color Cylindrical-coordinate representation of color #38277A: hue angle of 252.29º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38277A is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5639122-
CMYK0.540.6800.52
HSL252.29º51.55%31.57%-
HSV(B)252.29º68.03%47.84%-
XYZ5.873.718.82-
YUV53.54166.63129.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.81%
GREEN value IS 39 (15.62% from 255) = 17.97%
BLUE value IS 122 (48.05% from 255) = 56.22%
R=25.81%
G=17.97%
B=56.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56391220.540.6800.52252.2951.5531.57
Hex38277A3644034fc3420
Octal7047172661040643746440
Binary11100010011111110101101101000100011010011111100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38277A; }

 p { color: rgb(56,39,122); }

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

<style>
 a { background-color: #38277A; }

 a { background-color: rgb(56,39,122); }

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

<style>
 span { border-color: #38277A; }

 span { border-color: rgb(56,39,122); }

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