#3F628A

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

Shades of Wedgewood #3F628A

Tints of Wedgewood #3F628A

Color information

#3F628A (or 0x3F628A) is unknown color: approx Wedgewood. HEX triplet: 3F, 62 and 8A. RGB value is (63,98,138). Sum of RGB (Red+Green+Blue) = 63+98+138=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F628A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F628A is #C09D75. Grayscale: #5B5B5B. Windows color (decimal): -12623222 or 9069119. OLE color: 9069119.

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

Color convert

RGB6398138-
CMYK0.540.2900.46
HSL212º37.31%39.41%-
HSV(B)212º54.35%54.12%-
XYZ11.0111.6325.71-
YUV92.1153.9107.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.07%
GREEN value IS 98 (38.67% from 255) = 32.78%
BLUE value IS 138 (54.30% from 255) = 46.15%
R=21.07%
G=32.78%
B=46.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal63981380.540.2900.4621237.3139.41
Hex3F628A361D02Ed42527
Octal7714221266350563244547
Binary11111111000101000101011011011101010111011010100100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,98,138); }

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

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

 a { background-color: rgb(63,98,138); }

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

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

 span { border-color: rgb(63,98,138); }

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