#382675

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

Shades of Windsor #382675

Tints of Windsor #382675

Color information

#382675 (or 0x382675) is unknown color: approx Windsor. HEX triplet: 38, 26 and 75. RGB value is (56,38,117). Sum of RGB (Red+Green+Blue) = 56+38+117=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #382675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382675 is #C7D98A. Grayscale: #343434. Windows color (decimal): -13097355 or 7677496. OLE color: 7677496.

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

Color convert

RGB5638117-
CMYK0.520.6800.54
HSL253.67º50.97%30.39%-
HSV(B)253.67º67.52%45.88%-
XYZ5.533.5117.22-
YUV52.39164.46130.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.54%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 117 (46.09% from 255) = 55.45%
R=26.54%
G=18.01%
B=55.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56381170.520.6800.54253.6750.9730.39
Hex3826753444036fe331e
Octal7046165641040663766336
Binary1110001001101110101110100100010001101101111111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382675; }

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

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

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

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

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

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

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

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