#3D257B

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

Shades of Windsor #3D257B

Tints of Windsor #3D257B

Color information

#3D257B (or 0x3D257B) is unknown color: approx Windsor. HEX triplet: 3D, 25 and 7B. RGB value is (61,37,123). Sum of RGB (Red+Green+Blue) = 61+37+123=221 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.60% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D257B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D257B is #C2DA84. Grayscale: #353535. Windows color (decimal): -12769925 or 8070461. OLE color: 8070461.

HSL color Cylindrical-coordinate representation of color #3D257B: hue angle of 256.74º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D257B is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6137123-
CMYK0.500.7000.52
HSL256.74º53.75%31.37%-
HSV(B)256.74º69.92%48.24%-
XYZ6.163.7519.14-
YUV53.98166.95133.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.60%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 123 (48.44% from 255) = 55.66%
R=27.60%
G=16.74%
B=55.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61371230.500.7000.52256.7453.7531.37
Hex3D257B3246034101361f
Octal7545173621060644016637
Binary11110110010111110111100101000110011010010000000111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,37,123); }

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

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

 a { background-color: rgb(61,37,123); }

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

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

 span { border-color: rgb(61,37,123); }

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