#38496B

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

Shades of Port Gore #38496B

Tints of Port Gore #38496B

Color information

#38496B (or 0x38496B) is unknown color: approx Port Gore. HEX triplet: 38, 49 and 6B. RGB value is (56,73,107). Sum of RGB (Red+Green+Blue) = 56+73+107=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 107 - color contains mainly: blue. Hex color #38496B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38496B is #C7B694. Grayscale: #474747. Windows color (decimal): -13088405 or 7031096. OLE color: 7031096.

HSL color Cylindrical-coordinate representation of color #38496B: hue angle of 220º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38496B is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5673107-
CMYK0.480.3200.58
HSL220º31.29%31.96%-
HSV(B)220º47.66%41.96%-
XYZ6.676.6714.85-
YUV71.79147.87116.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 73 (28.91% from 255) = 30.93%
BLUE value IS 107 (42.19% from 255) = 45.34%
R=23.73%
G=30.93%
B=45.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56731070.480.3200.5822031.2931.96
Hex38496B302003Adc1f20
Octal7011115360400723343740
Binary1110001001001110101111000010000001110101101110011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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