#3F648B

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

Shades of Wedgewood #3F648B

Tints of Wedgewood #3F648B

Color information

#3F648B (or 0x3F648B) is unknown color: approx Wedgewood. HEX triplet: 3F, 64 and 8B. RGB value is (63,100,139). Sum of RGB (Red+Green+Blue) = 63+100+139=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F648B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F648B is #C09B74. Grayscale: #5D5D5D. Windows color (decimal): -12622709 or 9135167. OLE color: 9135167.

HSL color Cylindrical-coordinate representation of color #3F648B: hue angle of 210.79º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F648B is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB63100139-
CMYK0.550.2800.45
HSL210.79º37.62%39.61%-
HSV(B)210.79º54.68%54.51%-
XYZ11.2712.0426.16-
YUV93.38153.74106.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.86%
GREEN value IS 100 (39.45% from 255) = 33.11%
BLUE value IS 139 (54.69% from 255) = 46.03%
R=20.86%
G=33.11%
B=46.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal631001390.550.2800.45210.7937.6239.61
Hex3F648B371C02Dd32628
Octal7714421367340553234650
Binary11111111001001000101111011111100010110111010011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,100,139); }

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

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

 a { background-color: rgb(63,100,139); }

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

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

 span { border-color: rgb(63,100,139); }

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