#3F6B90

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

Shades of Wedgewood #3F6B90

Tints of Wedgewood #3F6B90

Color information

#3F6B90 (or 0x3F6B90) is unknown color: approx Wedgewood. HEX triplet: 3F, 6B and 90. RGB value is (63,107,144). Sum of RGB (Red+Green+Blue) = 63+107+144=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F6B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6B90 is #C0946F. Grayscale: #616161. Windows color (decimal): -12620912 or 9464639. OLE color: 9464639.

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

Color convert

RGB63107144-
CMYK0.560.2600.44
HSL207.41º39.13%40.59%-
HSV(B)207.41º56.25%56.47%-
XYZ12.3413.5928.36-
YUV98.06153.92102.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.06%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 144 (56.64% from 255) = 45.86%
R=20.06%
G=34.08%
B=45.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal631071440.560.2600.44207.4139.1340.59
Hex3F6B90381A02Ccf2729
Octal7715322070320543174751
Binary11111111010111001000011100011010010110011001111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,107,144); }

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

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

 a { background-color: rgb(63,107,144); }

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

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

 span { border-color: rgb(63,107,144); }

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