#3F486C

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

Shades of Port Gore #3F486C

Tints of Port Gore #3F486C

Color information

#3F486C (or 0x3F486C) is unknown color: approx Port Gore. HEX triplet: 3F, 48 and 6C. RGB value is (63,72,108). Sum of RGB (Red+Green+Blue) = 63+72+108=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #3F486C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F486C is #C0B793. Grayscale: #494949. Windows color (decimal): -12629908 or 7096383. OLE color: 7096383.

HSL color Cylindrical-coordinate representation of color #3F486C: hue angle of 228º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F486C is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6372108-
CMYK0.420.3300.58
HSL228º26.32%33.53%-
HSV(B)228º41.67%42.35%-
XYZ7.076.7715.12-
YUV73.41147.52120.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.93%
GREEN value IS 72 (28.52% from 255) = 29.63%
BLUE value IS 108 (42.58% from 255) = 44.44%
R=25.93%
G=29.63%
B=44.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63721080.420.3300.5822826.3233.53
Hex3F486C2A2103Ae41a22
Octal7711015452410723443242
Binary1111111001000110110010101010000101110101110010011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,72,108); }

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

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

 a { background-color: rgb(63,72,108); }

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

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

 span { border-color: rgb(63,72,108); }

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