#38267A

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

Shades of Windsor #38267A

Tints of Windsor #38267A

Color information

#38267A (or 0x38267A) is unknown color: approx Windsor. HEX triplet: 38, 26 and 7A. RGB value is (56,38,122). Sum of RGB (Red+Green+Blue) = 56+38+122=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 122 (48.05% from 255 or 56.48% from 216); Max value from RGB is 122 - color contains mainly: blue. Hex color #38267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38267A is #C7D985. Grayscale: #343434. Windows color (decimal): -13097350 or 8005176. OLE color: 8005176.

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

Color convert

RGB5638122-
CMYK0.540.6900.52
HSL252.86º52.5%31.37%-
HSV(B)252.86º68.85%47.84%-
XYZ5.843.6318.81-
YUV52.96166.96130.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.93%
GREEN value IS 38 (15.23% from 255) = 17.59%
BLUE value IS 122 (48.05% from 255) = 56.48%
R=25.93%
G=17.59%
B=56.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56381220.540.6900.52252.8652.531.37
Hex38267A3645034fd341f
Octal7046172661050643756437
Binary1110001001101111010110110100010101101001111110111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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