#38496C

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

Shades of Port Gore #38496C

Tints of Port Gore #38496C

Color information

#38496C (or 0x38496C) is unknown color: approx Port Gore. HEX triplet: 38, 49 and 6C. RGB value is (56,73,108). Sum of RGB (Red+Green+Blue) = 56+73+108=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #38496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38496C is #C7B693. Grayscale: #474747. Windows color (decimal): -13088404 or 7096632. OLE color: 7096632.

HSL color Cylindrical-coordinate representation of color #38496C: hue angle of 220.38º degrees, saturation: 0.32, 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 #38496C is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5673108-
CMYK0.480.3200.58
HSL220.38º31.71%32.16%-
HSV(B)220.38º48.15%42.35%-
XYZ6.726.6915.12-
YUV71.91148.37116.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.63%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 108 (42.58% from 255) = 45.57%
R=23.63%
G=30.80%
B=45.57%

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
Decimal56731080.480.3200.58220.3831.7132.16
Hex38496C302003Adc2020
Octal7011115460400723344040
Binary11100010010011101100110000100000011101011011100100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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