#38297A

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

Shades of Windsor #38297A

Tints of Windsor #38297A

Color information

#38297A (or 0x38297A) is unknown color: approx Windsor. HEX triplet: 38, 29 and 7A. RGB value is (56,41,122). Sum of RGB (Red+Green+Blue) = 56+41+122=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #38297A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38297A is #C7D685. Grayscale: #363636. Windows color (decimal): -13096582 or 8005944. OLE color: 8005944.

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

Color convert

RGB5641122-
CMYK0.540.6600.52
HSL251.11º49.69%31.96%-
HSV(B)251.11º66.39%47.84%-
XYZ5.943.8318.84-
YUV54.72165.97128.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.57%
GREEN value IS 41 (16.41% from 255) = 18.72%
BLUE value IS 122 (48.05% from 255) = 55.71%
R=25.57%
G=18.72%
B=55.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56411220.540.6600.52251.1149.6931.96
Hex38297A3642034fb3220
Octal7051172661020643736240
Binary11100010100111110101101101000010011010011111011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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