#38486C

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

Shades of Port Gore #38486C

Tints of Port Gore #38486C

Color information

#38486C (or 0x38486C) is unknown color: approx Port Gore. HEX triplet: 38, 48 and 6C. RGB value is (56,72,108). Sum of RGB (Red+Green+Blue) = 56+72+108=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #38486C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38486C is #C7B793. Grayscale: #474747. Windows color (decimal): -13088660 or 7096376. OLE color: 7096376.

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

Color convert

RGB5672108-
CMYK0.480.3300.58
HSL221.54º31.71%32.16%-
HSV(B)221.54º48.15%42.35%-
XYZ6.666.5615.1-
YUV71.32148.7117.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 72 (28.52% from 255) = 30.51%
BLUE value IS 108 (42.58% from 255) = 45.76%
R=23.73%
G=30.51%
B=45.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56721080.480.3300.58221.5431.7132.16
Hex38486C302103Ade2020
Octal7011015460410723364040
Binary11100010010001101100110000100001011101011011110100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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