#3F6588

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

Shades of Wedgewood #3F6588

Tints of Wedgewood #3F6588

Color information

#3F6588 (or 0x3F6588) is unknown color: approx Wedgewood. HEX triplet: 3F, 65 and 88. RGB value is (63,101,136). Sum of RGB (Red+Green+Blue) = 63+101+136=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #3F6588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6588 is #C09A77. Grayscale: #5D5D5D. Windows color (decimal): -12622456 or 8938815. OLE color: 8938815.

HSL color Cylindrical-coordinate representation of color #3F6588: hue angle of 208.77º 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 #3F6588 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB63101136-
CMYK0.540.2600.47
HSL208.77º36.68%39.02%-
HSV(B)208.77º53.68%53.33%-
XYZ11.1512.1425.05-
YUV93.63151.91106.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21%
GREEN value IS 101 (39.84% from 255) = 33.67%
BLUE value IS 136 (53.52% from 255) = 45.33%
R=21%
G=33.67%
B=45.33%

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
Decimal631011360.540.2600.47208.7736.6839.02
Hex3F6588361A02Fd12527
Octal7714521066320573214547
Binary11111111001011000100011011011010010111111010001100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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