#3F6488

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

Shades of Wedgewood #3F6488

Tints of Wedgewood #3F6488

Color information

#3F6488 (or 0x3F6488) is unknown color: approx Wedgewood. HEX triplet: 3F, 64 and 88. RGB value is (63,100,136). Sum of RGB (Red+Green+Blue) = 63+100+136=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #3F6488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6488 is #C09B77. Grayscale: #5C5C5C. Windows color (decimal): -12622712 or 8938559. OLE color: 8938559.

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

Color convert

RGB63100136-
CMYK0.540.2600.47
HSL209.59º36.68%39.02%-
HSV(B)209.59º53.68%53.33%-
XYZ11.0511.9525.02-
YUV93.04152.24106.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.07%
GREEN value IS 100 (39.45% from 255) = 33.44%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=21.07%
G=33.44%
B=45.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal631001360.540.2600.47209.5936.6839.02
Hex3F6488361A02Fd22527
Octal7714421066320573224547
Binary11111111001001000100011011011010010111111010010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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