Html Css Color HEX #3F286C Windsor

📋 copy color: '#3F286C'

red 63 ◦ green 40 ◦ blue 108

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

Shades of Windsor #3F286C

Tints of Windsor #3F286C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 51.18%

R = 29.86%
G = 18.96%
B = 51.18%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3F286C (or 0x3F286C) is known color: Windsor. HEX triplet: 3F, 28 and 6C. RGB value is (63,40,108). Sum of RGB (Red+Green+Blue) = 63+40+108=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #3F286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F286C is #C0D793. Grayscale: #363636. Windows color (decimal): -12638100 or 7088191. OLE color: 7088191.

HSL color Cylindrical-coordinate representation of color #3F286C: hue angle of 260.29º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F286C is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 63 40 108 -
CMYK 0.42 0.63 0 0.58
HSL 260.29º 0.46% 0.29% -
HSV(B) 260.29º 0.63% 0.42% -
XYZ 5.52 3.66 14.6 -
YUV 54.63 158.12 133.97 -
System Red Green Blue C M Y K H S L
Decimal 63 40 108 0.42 0.63 0 0.58 260.29 0.46 0.29
Hex 3F 28 6C 2A 3F 0 3A 104 2E 1D
Octal 77 50 154 52 77 0 72 404 56 35
Binary 111111 101000 1101100 101010 111111 0 111010 100000100 101110 11101

Color Harmonies of #3F286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F286C

Black with #3F286C

Text Example


Text Example

White with #3F286C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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