#38446D

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

Shades of Port Gore #38446D

Tints of Port Gore #38446D

Color information

#38446D (or 0x38446D) is unknown color: approx Port Gore. HEX triplet: 38, 44 and 6D. RGB value is (56,68,109). Sum of RGB (Red+Green+Blue) = 56+68+109=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #38446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38446D is #C7BB92. Grayscale: #444444. Windows color (decimal): -13089683 or 7160888. OLE color: 7160888.

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

Color convert

RGB5668109-
CMYK0.490.3800.57
HSL226.42º32.12%32.35%-
HSV(B)226.42º48.62%42.75%-
XYZ6.466.0815.3-
YUV69.09150.52118.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 68 (26.95% from 255) = 29.18%
BLUE value IS 109 (42.97% from 255) = 46.78%
R=24.03%
G=29.18%
B=46.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56681090.490.3800.57226.4232.1232.35
Hex38446D3126039e22020
Octal7010415561460713424040
Binary11100010001001101101110001100110011100111100010100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38446D; }

 p { color: rgb(56,68,109); }

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

<style>
 a { background-color: #38446D; }

 a { background-color: rgb(56,68,109); }

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

<style>
 span { border-color: #38446D; }

 span { border-color: rgb(56,68,109); }

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