#3F228D

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

Shades of Windsor #3F228D

Tints of Windsor #3F228D

Color information

#3F228D (or 0x3F228D) is unknown color: approx Windsor. HEX triplet: 3F, 22 and 8D. RGB value is (63,34,141). Sum of RGB (Red+Green+Blue) = 63+34+141=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #3F228D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F228D is #C0DD72. Grayscale: #363636. Windows color (decimal): -12639603 or 9249343. OLE color: 9249343.

HSL color Cylindrical-coordinate representation of color #3F228D: hue angle of 256.26º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F228D is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6334141-
CMYK0.550.7600.45
HSL256.26º61.14%34.31%-
HSV(B)256.26º75.89%55.29%-
XYZ7.434.1225.6-
YUV54.87176.61133.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.47%
GREEN value IS 34 (13.67% from 255) = 14.29%
BLUE value IS 141 (55.47% from 255) = 59.24%
R=26.47%
G=14.29%
B=59.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal63341410.550.7600.45256.2661.1434.31
Hex3F228D374C02D1003d22
Octal7742215671140554007542
Binary1111111000101000110111011110011000101101100000000111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F228D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,34,141); }

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

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

 a { background-color: rgb(63,34,141); }

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

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

 span { border-color: rgb(63,34,141); }

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