Html Css Color HEX #3F228E Windsor

📋 copy color: '#3F228E'

red 63 ◦ green 34 ◦ blue 142

#3F228E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Windsor #3F228E

Tints of Windsor #3F228E

RGB

 RED value IS 63 (25% from 255) = 26.36%

 GREEN value IS 34 (13.67% from 255) = 14.23%

 BLUE value IS 142 (55.86% from 255) = 59.41%

R = 26.36%
G = 14.23%
B = 59.41%

CMYK

 C value IS 0.56

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3F228E (or 0x3F228E) is known color: Windsor. HEX triplet: 3F, 22 and 8E. RGB value is (63,34,142). Sum of RGB (Red+Green+Blue) = 63+34+142=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #3F228E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F228E is #C0DD71. Grayscale: #363636. Windows color (decimal): -12639602 or 9314879. OLE color: 9314879.

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

Color convert

RGB 63 34 142 -
CMYK 0.56 0.76 0 0.44
HSL 256.11º 0.61% 0.35% -
HSV(B) 256.11º 0.76% 0.56% -
XYZ 7.5 4.15 26 -
YUV 54.98 177.11 133.72 -
System Red Green Blue C M Y K H S L
Decimal 63 34 142 0.56 0.76 0 0.44 256.11 0.61 0.35
Hex 3F 22 8E 38 4C 0 2C 100 3D 23
Octal 77 42 216 70 114 0 54 400 75 43
Binary 111111 100010 10001110 111000 1001100 0 101100 100000000 111101 100011

Color Harmonies of #3F228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F228E

Black with #3F228E

Text Example


Text Example

White with #3F228E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F228E;
 }
 .AnyTagClassName
 {
   color: #3F228E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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