#38277B

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

Shades of Windsor #38277B

Tints of Windsor #38277B

Color information

#38277B (or 0x38277B) is unknown color: approx Windsor. HEX triplet: 38, 27 and 7B. RGB value is (56,39,123). Sum of RGB (Red+Green+Blue) = 56+39+123=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #38277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38277B is #C7D884. Grayscale: #353535. Windows color (decimal): -13097093 or 8070968. OLE color: 8070968.

HSL color Cylindrical-coordinate representation of color #38277B: hue angle of 252.14º 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 #38277B is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5639123-
CMYK0.540.6800.52
HSL252.14º51.85%31.76%-
HSV(B)252.14º68.29%48.24%-
XYZ5.933.7219.14-
YUV53.66167.13129.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 39 (15.62% from 255) = 17.89%
BLUE value IS 123 (48.44% from 255) = 56.42%
R=25.69%
G=17.89%
B=56.42%

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
Decimal56391230.540.6800.52252.1451.8531.76
Hex38277B3644034fc3420
Octal7047173661040643746440
Binary11100010011111110111101101000100011010011111100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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