#382676

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

Shades of Windsor #382676

Tints of Windsor #382676

Color information

#382676 (or 0x382676) is unknown color: approx Windsor. HEX triplet: 38, 26 and 76. RGB value is (56,38,118). Sum of RGB (Red+Green+Blue) = 56+38+118=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #382676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382676 is #C7D989. Grayscale: #343434. Windows color (decimal): -13097354 or 7743032. OLE color: 7743032.

HSL color Cylindrical-coordinate representation of color #382676: hue angle of 253.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #382676 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5638118-
CMYK0.530.6800.54
HSL253.5º51.28%30.59%-
HSV(B)253.5º67.8%46.27%-
XYZ5.593.5317.53-
YUV52.5164.96130.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.42%
GREEN value IS 38 (15.23% from 255) = 17.92%
BLUE value IS 118 (46.48% from 255) = 55.66%
R=26.42%
G=17.92%
B=55.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56381180.530.6800.54253.551.2830.59
Hex3826763544036fe331f
Octal7046166651040663766337
Binary1110001001101110110110101100010001101101111111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382676; }

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

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

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

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

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

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

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

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