Html Css Color HEX #3F296C Windsor

📋 copy color: '#3F296C'

red 63 ◦ green 41 ◦ blue 108

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

Shades of Windsor #3F296C

Tints of Windsor #3F296C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.34%

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

R = 29.72%
G = 19.34%
B = 50.94%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3F296C (or 0x3F296C) is known color: Windsor. HEX triplet: 3F, 29 and 6C. RGB value is (63,41,108). Sum of RGB (Red+Green+Blue) = 63+41+108=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #3F296C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F296C is #C0D693. Grayscale: #363636. Windows color (decimal): -12637844 or 7088447. OLE color: 7088447.

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

Color convert

RGB 63 41 108 -
CMYK 0.42 0.62 0 0.58
HSL 259.7º 0.45% 0.29% -
HSV(B) 259.7º 0.62% 0.42% -
XYZ 5.55 3.73 14.61 -
YUV 55.22 157.79 133.55 -
System Red Green Blue C M Y K H S L
Decimal 63 41 108 0.42 0.62 0 0.58 259.7 0.45 0.29
Hex 3F 29 6C 2A 3E 0 3A 104 2D 1D
Octal 77 51 154 52 76 0 72 404 55 35
Binary 111111 101001 1101100 101010 111110 0 111010 100000100 101101 11101

Color Harmonies of #3F296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F296C

Black with #3F296C

Text Example


Text Example

White with #3F296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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