Html Css Color HEX #3F248B Windsor

📋 copy color: '#3F248B'

red 63 ◦ green 36 ◦ blue 139

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

Shades of Windsor #3F248B

Tints of Windsor #3F248B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.13%

 BLUE value IS 139 (54.69% from 255) = 58.4%

R = 26.47%
G = 15.13%
B = 58.4%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F248B (or 0x3F248B) is known color: Windsor. HEX triplet: 3F, 24 and 8B. RGB value is (63,36,139). Sum of RGB (Red+Green+Blue) = 63+36+139=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F248B is #C0DB74. Grayscale: #373737. Windows color (decimal): -12639093 or 9118783. OLE color: 9118783.

HSL color Cylindrical-coordinate representation of color #3F248B: hue angle of 255.73º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F248B is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 63 36 139 -
CMYK 0.55 0.74 0 0.45
HSL 255.73º 0.59% 0.34% -
HSV(B) 255.73º 0.74% 0.55% -
XYZ 7.34 4.18 24.85 -
YUV 55.82 174.95 133.12 -
System Red Green Blue C M Y K H S L
Decimal 63 36 139 0.55 0.74 0 0.45 255.73 0.59 0.34
Hex 3F 24 8B 37 4A 0 2D 100 3B 22
Octal 77 44 213 67 112 0 55 400 73 42
Binary 111111 100100 10001011 110111 1001010 0 101101 100000000 111011 100010

Color Harmonies of #3F248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F248B

Black with #3F248B

Text Example


Text Example

White with #3F248B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,36,139); }

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

background-color css

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

 a { background-color: rgb(63,36,139); }

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

border-color css

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

 span { border-color: rgb(63,36,139); }

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