Html Css Color HEX #3F6991 Wedgewood

📋 copy color: '#3F6991'

red 63 ◦ green 105 ◦ blue 145

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

Shades of Wedgewood #3F6991

Tints of Wedgewood #3F6991

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.55%

 BLUE value IS 145 (57.03% from 255) = 46.33%

R = 20.13%
G = 33.55%
B = 46.33%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3F6991 (or 0x3F6991) is known color: Wedgewood. HEX triplet: 3F, 69 and 91. RGB value is (63,105,145). Sum of RGB (Red+Green+Blue) = 63+105+145=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F6991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6991 is #C0966E. Grayscale: #606060. Windows color (decimal): -12621423 or 9529663. OLE color: 9529663.

HSL color Cylindrical-coordinate representation of color #3F6991: hue angle of 209.27º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F6991 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 63 105 145 -
CMYK 0.57 0.28 0 0.43
HSL 209.27º 0.39% 0.41% -
HSV(B) 209.27º 0.57% 0.57% -
XYZ 12.21 13.2 28.69 -
YUV 97 155.09 103.75 -
System Red Green Blue C M Y K H S L
Decimal 63 105 145 0.57 0.28 0 0.43 209.27 0.39 0.41
Hex 3F 69 91 39 1C 0 2B D1 27 29
Octal 77 151 221 71 34 0 53 321 47 51
Binary 111111 1101001 10010001 111001 11100 0 101011 11010001 100111 101001

Color Harmonies of #3F6991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6991

Black with #3F6991

Text Example


Text Example

White with #3F6991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,105,145); }

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

background-color css

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

 a { background-color: rgb(63,105,145); }

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

border-color css

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

 span { border-color: rgb(63,105,145); }

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