#3F6387

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

Shades of Wedgewood #3F6387

Tints of Wedgewood #3F6387

Color information

#3F6387 (or 0x3F6387) is unknown color: approx Wedgewood. HEX triplet: 3F, 63 and 87. RGB value is (63,99,135). Sum of RGB (Red+Green+Blue) = 63+99+135=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #3F6387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6387 is #C09C78. Grayscale: #5C5C5C. Windows color (decimal): -12622969 or 8872767. OLE color: 8872767.

HSL color Cylindrical-coordinate representation of color #3F6387: hue angle of 210º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F6387 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6399135-
CMYK0.530.2700.47
HSL210º36.36%38.82%-
HSV(B)210º53.33%52.94%-
XYZ10.8811.7324.61-
YUV92.34152.07107.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.21%
GREEN value IS 99 (39.06% from 255) = 33.33%
BLUE value IS 135 (53.12% from 255) = 45.45%
R=21.21%
G=33.33%
B=45.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63991350.530.2700.4721036.3638.82
Hex3F6387351B02Fd22427
Octal7714320765330573224447
Binary11111111000111000011111010111011010111111010010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,99,135); }

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

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

 a { background-color: rgb(63,99,135); }

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

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

 span { border-color: rgb(63,99,135); }

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