Html Css Color HEX #3F286E Windsor

📋 copy color: '#3F286E'

red 63 ◦ green 40 ◦ blue 110

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

Shades of Windsor #3F286E

Tints of Windsor #3F286E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.78%

 BLUE value IS 110 (43.36% from 255) = 51.64%

R = 29.58%
G = 18.78%
B = 51.64%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3F286E (or 0x3F286E) is known color: Windsor. HEX triplet: 3F, 28 and 6E. RGB value is (63,40,110). Sum of RGB (Red+Green+Blue) = 63+40+110=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F286E is #C0D791. Grayscale: #363636. Windows color (decimal): -12638098 or 7219263. OLE color: 7219263.

HSL color Cylindrical-coordinate representation of color #3F286E: hue angle of 259.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F286E is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 63 40 110 -
CMYK 0.43 0.64 0 0.57
HSL 259.71º 0.47% 0.29% -
HSV(B) 259.71º 0.64% 0.43% -
XYZ 5.62 3.7 15.17 -
YUV 54.86 159.12 133.81 -
System Red Green Blue C M Y K H S L
Decimal 63 40 110 0.43 0.64 0 0.57 259.71 0.47 0.29
Hex 3F 28 6E 2B 40 0 39 104 2F 1D
Octal 77 50 156 53 100 0 71 404 57 35
Binary 111111 101000 1101110 101011 1000000 0 111001 100000100 101111 11101

Color Harmonies of #3F286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F286E

Black with #3F286E

Text Example


Text Example

White with #3F286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,40,110); }

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

background-color css

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

 a { background-color: rgb(63,40,110); }

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

border-color css

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

 span { border-color: rgb(63,40,110); }

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