#3d268b

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

Shades of Windsor #3D268B

Tints of Windsor #3D268B

Color information

#3D268B (or 0x3D268B) is unknown color: approx Windsor. HEX triplet: 3D, 26 and 8B. RGB value is (61,38,139). Sum of RGB (Red+Green+Blue) = 61+38+139=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D268B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D268B is #C2D974. Grayscale: #383838. Windows color (decimal): -12769653 or 9119293. OLE color: 9119293.

HSL color Cylindrical-coordinate representation of color #3D268B: hue angle of 253.66º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D268B is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6138139-
CMYK0.560.7300.45
HSL253.66º57.06%34.71%-
HSV(B)253.66º72.66%54.51%-
XYZ7.284.2424.86-
YUV56.39174.62131.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.63%
GREEN value IS 38 (15.23% from 255) = 15.97%
BLUE value IS 139 (54.69% from 255) = 58.40%
R=25.63%
G=15.97%
B=58.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61381390.560.7300.45253.6657.0634.71
Hex3D268B384902Dfe3923
Octal7546213701110553767143
Binary111101100110100010111110001001001010110111111110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d268b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3d268b; }

 p { color: rgb(61,38,139); }

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

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

 a { background-color: rgb(61,38,139); }

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

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

 span { border-color: rgb(61,38,139); }

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