Html Css Color HEX #3F347A Windsor

📋 copy color: '#3F347A'

red 63 ◦ green 52 ◦ blue 122

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

Shades of Windsor #3F347A

Tints of Windsor #3F347A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.94%

 BLUE value IS 122 (48.05% from 255) = 51.48%

R = 26.58%
G = 21.94%
B = 51.48%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3F347A (or 0x3F347A) is known color: Windsor. HEX triplet: 3F, 34 and 7A. RGB value is (63,52,122). Sum of RGB (Red+Green+Blue) = 63+52+122=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F347A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F347A is #C0CB85. Grayscale: #3F3F3F. Windows color (decimal): -12635014 or 8008767. OLE color: 8008767.

HSL color Cylindrical-coordinate representation of color #3F347A: hue angle of 249.43º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F347A is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 63 52 122 -
CMYK 0.48 0.57 0 0.52
HSL 249.43º 0.4% 0.34% -
HSV(B) 249.43º 0.57% 0.48% -
XYZ 6.79 4.92 19 -
YUV 63.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 63 52 122 0.48 0.57 0 0.52 249.43 0.4 0.34
Hex 3F 34 7A 30 39 0 34 F9 28 22
Octal 77 64 172 60 71 0 64 371 50 42
Binary 111111 110100 1111010 110000 111001 0 110100 11111001 101000 100010

Color Harmonies of #3F347A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F347A

Black with #3F347A

Text Example


Text Example

White with #3F347A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,52,122); }

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

background-color css

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

 a { background-color: rgb(63,52,122); }

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

border-color css

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

 span { border-color: rgb(63,52,122); }

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