Html Css Color HEX #3F257B Windsor

📋 copy color: '#3F257B'

red 63 ◦ green 37 ◦ blue 123

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

Shades of Windsor #3F257B

Tints of Windsor #3F257B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.59%

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

R = 28.25%
G = 16.59%
B = 55.16%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3F257B (or 0x3F257B) is known color: Windsor. HEX triplet: 3F, 25 and 7B. RGB value is (63,37,123). Sum of RGB (Red+Green+Blue) = 63+37+123=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F257B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F257B is #C0DA84. Grayscale: #363636. Windows color (decimal): -12638853 or 8070463. OLE color: 8070463.

HSL color Cylindrical-coordinate representation of color #3F257B: hue angle of 258.14º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F257B is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 63 37 123 -
CMYK 0.49 0.70 0 0.52
HSL 258.14º 0.54% 0.31% -
HSV(B) 258.14º 0.7% 0.48% -
XYZ 6.29 3.81 19.14 -
YUV 54.58 166.61 134.01 -
System Red Green Blue C M Y K H S L
Decimal 63 37 123 0.49 0.70 0 0.52 258.14 0.54 0.31
Hex 3F 25 7B 31 46 0 34 102 36 1F
Octal 77 45 173 61 106 0 64 402 66 37
Binary 111111 100101 1111011 110001 1000110 0 110100 100000010 110110 11111

Color Harmonies of #3F257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F257B

Black with #3F257B

Text Example


Text Example

White with #3F257B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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