#3F4462

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

Shades of Port Gore #3F4462

Tints of Port Gore #3F4462

Color information

#3F4462 (or 0x3F4462) is unknown color: approx Port Gore. HEX triplet: 3F, 44 and 62. RGB value is (63,68,98). Sum of RGB (Red+Green+Blue) = 63+68+98=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F4462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4462 is #C0BB9D. Grayscale: #454545. Windows color (decimal): -12630942 or 6439999. OLE color: 6439999.

HSL color Cylindrical-coordinate representation of color #3F4462: hue angle of 231.43º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F4462 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB636898-
CMYK0.360.3100.62
HSL231.43º21.74%31.57%-
HSV(B)231.43º35.71%38.43%-
XYZ6.326.0712.39-
YUV69.92143.84123.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.51%
GREEN value IS 68 (26.95% from 255) = 29.69%
BLUE value IS 98 (38.67% from 255) = 42.79%
R=27.51%
G=29.69%
B=42.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6368980.360.3100.62231.4321.7431.57
Hex3F4462241F03Ee71620
Octal7710414244370763472640
Binary111111100010011000101001001111101111101110011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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