#38496E

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

Shades of Port Gore #38496E

Tints of Port Gore #38496E

Color information

#38496E (or 0x38496E) is unknown color: approx Port Gore. HEX triplet: 38, 49 and 6E. RGB value is (56,73,110). Sum of RGB (Red+Green+Blue) = 56+73+110=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: blue. Hex color #38496E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38496E is #C7B691. Grayscale: #474747. Windows color (decimal): -13088402 or 7227704. OLE color: 7227704.

HSL color Cylindrical-coordinate representation of color #38496E: hue angle of 221.11º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #38496E is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5673110-
CMYK0.490.3400.57
HSL221.11º32.53%32.55%-
HSV(B)221.11º49.09%43.14%-
XYZ6.836.7315.69-
YUV72.14149.37116.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 73 (28.91% from 255) = 30.54%
BLUE value IS 110 (43.36% from 255) = 46.03%
R=23.43%
G=30.54%
B=46.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56731100.490.3400.57221.1132.5332.55
Hex38496E3122039dd2121
Octal7011115661420713354141
Binary11100010010011101110110001100010011100111011101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38496E; }

 p { color: rgb(56,73,110); }

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

<style>
 a { background-color: #38496E; }

 a { background-color: rgb(56,73,110); }

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

<style>
 span { border-color: #38496E; }

 span { border-color: rgb(56,73,110); }

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