Html Css Color HEX #3F236E Windsor

📋 copy color: '#3F236E'

red 63 ◦ green 35 ◦ blue 110

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

Shades of Windsor #3F236E

Tints of Windsor #3F236E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.83%

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

R = 30.29%
G = 16.83%
B = 52.88%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3F236E (or 0x3F236E) is known color: Windsor. HEX triplet: 3F, 23 and 6E. RGB value is (63,35,110). Sum of RGB (Red+Green+Blue) = 63+35+110=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F236E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F236E is #C0DC91. Grayscale: #333333. Windows color (decimal): -12639378 or 7217983. OLE color: 7217983.

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

Color convert

RGB 63 35 110 -
CMYK 0.43 0.68 0 0.57
HSL 262.4º 0.52% 0.28% -
HSV(B) 262.4º 0.68% 0.43% -
XYZ 5.47 3.38 15.12 -
YUV 51.92 160.78 135.9 -
System Red Green Blue C M Y K H S L
Decimal 63 35 110 0.43 0.68 0 0.57 262.4 0.52 0.28
Hex 3F 23 6E 2B 44 0 39 106 34 1C
Octal 77 43 156 53 104 0 71 406 64 34
Binary 111111 100011 1101110 101011 1000100 0 111001 100000110 110100 11100

Color Harmonies of #3F236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F236E

Black with #3F236E

Text Example


Text Example

White with #3F236E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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