Html Css Color HEX #3F287B Windsor

📋 copy color: '#3F287B'

red 63 ◦ green 40 ◦ blue 123

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

Shades of Windsor #3F287B

Tints of Windsor #3F287B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 54.42%

R = 27.88%
G = 17.7%
B = 54.42%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3F287B (or 0x3F287B) is known color: Windsor. HEX triplet: 3F, 28 and 7B. RGB value is (63,40,123). Sum of RGB (Red+Green+Blue) = 63+40+123=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F287B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F287B is #C0D784. Grayscale: #383838. Windows color (decimal): -12638085 or 8071231. OLE color: 8071231.

HSL color Cylindrical-coordinate representation of color #3F287B: hue angle of 256.63º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F287B is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 63 40 123 -
CMYK 0.49 0.67 0 0.52
HSL 256.63º 0.51% 0.32% -
HSV(B) 256.63º 0.67% 0.48% -
XYZ 6.38 4 19.18 -
YUV 56.34 165.62 132.75 -
System Red Green Blue C M Y K H S L
Decimal 63 40 123 0.49 0.67 0 0.52 256.63 0.51 0.32
Hex 3F 28 7B 31 43 0 34 101 33 20
Octal 77 50 173 61 103 0 64 401 63 40
Binary 111111 101000 1111011 110001 1000011 0 110100 100000001 110011 100000

Color Harmonies of #3F287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F287B

Black with #3F287B

Text Example


Text Example

White with #3F287B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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