Html Css Color HEX #3F2674 Windsor

📋 copy color: '#3F2674'

red 63 ◦ green 38 ◦ blue 116

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

Shades of Windsor #3F2674

Tints of Windsor #3F2674

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.51%

 BLUE value IS 116 (45.7% from 255) = 53.46%

R = 29.03%
G = 17.51%
B = 53.46%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F2674 (or 0x3F2674) is known color: Windsor. HEX triplet: 3F, 26 and 74. RGB value is (63,38,116). Sum of RGB (Red+Green+Blue) = 63+38+116=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F2674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2674 is #C0D98B. Grayscale: #363636. Windows color (decimal): -12638604 or 7611967. OLE color: 7611967.

HSL color Cylindrical-coordinate representation of color #3F2674: hue angle of 259.23º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F2674 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 38 116 -
CMYK 0.46 0.67 0 0.55
HSL 259.23º 0.51% 0.3% -
HSV(B) 259.23º 0.67% 0.45% -
XYZ 5.9 3.7 16.93 -
YUV 54.37 162.78 134.16 -
System Red Green Blue C M Y K H S L
Decimal 63 38 116 0.46 0.67 0 0.55 259.23 0.51 0.3
Hex 3F 26 74 2E 43 0 37 103 33 1E
Octal 77 46 164 56 103 0 67 403 63 36
Binary 111111 100110 1110100 101110 1000011 0 110111 100000011 110011 11110

Color Harmonies of #3F2674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2674

Black with #3F2674

Text Example


Text Example

White with #3F2674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,38,116); }

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

background-color css

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

 a { background-color: rgb(63,38,116); }

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

border-color css

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

 span { border-color: rgb(63,38,116); }

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