Html Css Color HEX #3F6893 Wedgewood

📋 copy color: '#3F6893'

red 63 ◦ green 104 ◦ blue 147

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

Shades of Wedgewood #3F6893

Tints of Wedgewood #3F6893

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.12%

 BLUE value IS 147 (57.81% from 255) = 46.82%

R = 20.06%
G = 33.12%
B = 46.82%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F6893 (or 0x3F6893) is known color: Wedgewood. HEX triplet: 3F, 68 and 93. RGB value is (63,104,147). Sum of RGB (Red+Green+Blue) = 63+104+147=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F6893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6893 is #C0976C. Grayscale: #606060. Windows color (decimal): -12621677 or 9660479. OLE color: 9660479.

HSL color Cylindrical-coordinate representation of color #3F6893: hue angle of 210.71º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F6893 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 104 147 -
CMYK 0.57 0.29 0 0.42
HSL 210.71º 0.4% 0.41% -
HSV(B) 210.71º 0.57% 0.58% -
XYZ 12.27 13.06 29.48 -
YUV 96.64 156.42 104 -
System Red Green Blue C M Y K H S L
Decimal 63 104 147 0.57 0.29 0 0.42 210.71 0.4 0.41
Hex 3F 68 93 39 1D 0 2A D3 28 29
Octal 77 150 223 71 35 0 52 323 50 51
Binary 111111 1101000 10010011 111001 11101 0 101010 11010011 101000 101001

Color Harmonies of #3F6893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6893

Black with #3F6893

Text Example


Text Example

White with #3F6893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,104,147); }

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

background-color css

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

 a { background-color: rgb(63,104,147); }

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

border-color css

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

 span { border-color: rgb(63,104,147); }

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