#3F6993

Color #3F6993 Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #3F6993

Tints of Wedgewood #3F6993

Color information

#3F6993 (or 0x3F6993) is unknown color: approx Wedgewood. HEX triplet: 3F, 69 and 93. RGB value is (63,105,147). Sum of RGB (Red+Green+Blue) = 63+105+147=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F6993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6993 is #C0966C. Grayscale: #616161. Windows color (decimal): -12621421 or 9660735. OLE color: 9660735.

HSL color Cylindrical-coordinate representation of color #3F6993: hue angle of 210º 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 #3F6993 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB63105147-
CMYK0.570.2900.42
HSL210º40%41.18%-
HSV(B)210º57.14%57.65%-
XYZ12.3713.2729.51-
YUV97.23156.09103.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20%
GREEN value IS 105 (41.41% from 255) = 33.33%
BLUE value IS 147 (57.81% from 255) = 46.67%
R=20%
G=33.33%
B=46.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631051470.570.2900.422104041.18
Hex3F6993391D02Ad22829
Octal7715122371350523225051
Binary11111111010011001001111100111101010101011010010101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F6993;
 }
 .AnyTagClassName
 {
   color: #3F6993;
 }
</style>
background-color css

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

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

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

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

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

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