#3F6388

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

Shades of Wedgewood #3F6388

Tints of Wedgewood #3F6388

Color information

#3F6388 (or 0x3F6388) is unknown color: approx Wedgewood. HEX triplet: 3F, 63 and 88. RGB value is (63,99,136). Sum of RGB (Red+Green+Blue) = 63+99+136=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #3F6388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6388 is #C09C77. Grayscale: #5C5C5C. Windows color (decimal): -12622968 or 8938303. OLE color: 8938303.

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

Color convert

RGB6399136-
CMYK0.540.2700.47
HSL210.41º36.68%39.02%-
HSV(B)210.41º53.68%53.33%-
XYZ10.9611.7624.98-
YUV92.45152.57106.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.14%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 136 (53.52% from 255) = 45.64%
R=21.14%
G=33.22%
B=45.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63991360.540.2700.47210.4136.6839.02
Hex3F6388361B02Fd22527
Octal7714321066330573224547
Binary11111111000111000100011011011011010111111010010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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